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.
twine
1 parent a67e498 commit 0ccb286Copy full SHA for 0ccb286
.github/workflows/publish.yaml
@@ -37,4 +37,4 @@ jobs:
37
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
38
run: |
39
tox -e pypi
40
- twine upload .tox/pypi/dist/*
+ .tox/pypi/bin/twine upload .tox/pypi/dist/*
0 commit comments