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 861d808 commit eb4818cCopy full SHA for eb4818c
.github/workflows/release.yml
@@ -25,4 +25,4 @@ jobs:
25
run: uvx --from build pyproject-build --installer uv
26
27
- name: Publish
28
- run: uvx twine upload --username=__token__ --token=${{ secrets.PYPI_TOKEN }} --yes
+ run: uvx twine upload dist/* --username=__token__ --password=${{ secrets.PYPI_TOKEN }} --yes
0 commit comments