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 1a5850f commit 057dcb3Copy full SHA for 057dcb3
.github/workflows/release.yml
@@ -69,6 +69,6 @@ jobs:
69
run: |
70
twine check dist/*
71
twine upload dist/* --skip-existing
72
- with:
+ env:
73
TWINE_USERNAME: __token__
74
TWINE_PASSWORD: ${{ secrets.PYPI }}
0 commit comments