We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2d3ae commit a3f237cCopy full SHA for a3f237c
.github/workflows/cd.yml
@@ -19,5 +19,5 @@ jobs:
19
- run: python setup.py sdist
20
- run: twine upload --skip-existing ./dist/*
21
env:
22
- TWINE_USERNAME: ascoderu
+ TWINE_USERNAME: __token__
23
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments