We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d30659 commit 41aa9ecCopy full SHA for 41aa9ec
1 file changed
.github/workflows/python.yml
@@ -91,8 +91,8 @@ jobs:
91
path: dist
92
- name: Publish wheel artifact to TestPyPI
93
env:
94
- TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
95
- TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
+ TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
96
run: |
97
python3 -m pip install twine
98
python3 -m twine upload --repository testpypi dist/* --verbose
0 commit comments