We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5886b4 commit 34028ecCopy full SHA for 34028ec
.github/workflows/publish.yml
@@ -202,4 +202,4 @@ jobs:
202
enable-cache: true
203
204
- name: Publish package to PyPI
205
- run: uv publish --token ${{ secrets.PYPI_TOKEN }} --username __token__
+ run: uv publish --token ${{ secrets.PYPI_TOKEN }}
0 commit comments