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 b079aac commit 0aee603Copy full SHA for 0aee603
.github/workflows/release.yml
@@ -56,4 +56,4 @@ jobs:
56
TWINE_USERNAME: __token__
57
TWINE_PASSWORD: ${{ secrets.TOKEN_GITHUB_TO_PYPI_RW }}
58
run: |
59
- twine upload dist/*
+ uv run twine upload dist/*
0 commit comments