fixed publish command #3

Closed
brian wants to merge 1 commits from fix-pypi-publishing into main
Showing only changes of commit 3bd576b431 - Show all commits
+6
View File
@@ -33,3 +33,9 @@ jobs:
UV_PUBLISH_URL: ${{ vars.REPOSITORY_URL }}
run: |
uv publish
- name: Publish to PyPI
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
uv publish