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 3bde2dc commit 93388c0Copy full SHA for 93388c0
.github/workflows/ci_cd.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Publish to PyPI
117
env:
118
TWINE_USERNAME: __token__
119
- TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
120
run: |
121
python -m twine upload --skip-existing ./**/*.whl
122
python -m twine upload --skip-existing ./**/*.tar.gz
0 commit comments