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 97f2ac6 commit b55a752Copy full SHA for b55a752
.github/workflows/release.yml
@@ -17,5 +17,5 @@ jobs:
17
- run: python -m build --sdist --wheel
18
- run: python -m twine upload dist/*
19
env:
20
- TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
+ TWINE_USERNAME: __token__
21
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
0 commit comments