We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe96d9 commit 04b1eacCopy full SHA for 04b1eac
.github/workflows/python-ci-cd.yml
@@ -18,4 +18,4 @@ jobs:
18
with:
19
publish: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
20
secrets:
21
- pypi-token: ${{ secrets.PYPI_API_TOKEN }}
+ pypi-token: ${{ secrets.UV_PUBLISH_TOKEN }}
0 commit comments