fixed publish command #3

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