Skip to content

Commit 55bb9be

Browse files
authored
Update publish-to-pypi.yml
1 parent 7249897 commit 55bb9be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44

55
jobs:
6-
test:
6+
publish:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
@@ -13,4 +13,5 @@ jobs:
1313
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
1414
run: |
1515
uv sync
16+
uv build
1617
uv publish

0 commit comments

Comments
 (0)