We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91b0e6 commit a8c1bc1Copy full SHA for a8c1bc1
.github/workflows/publish.yml
@@ -25,4 +25,6 @@ jobs:
25
run: uv build
26
27
- name: Publish
28
- run: uv publish --token ${{ secrets.PYPI_TOKEN }}
+ env:
29
+ TOKEN: ${{ secrets.PYPI_TOKEN }}
30
+ run: uv publish --token "$TOKEN"
0 commit comments