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 9938466 commit 593c81eCopy full SHA for 593c81e
1 file changed
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Publish to TestPyPI
37
env:
38
- PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
39
run: |
40
source venv/bin/activate
41
- twine upload dist/* --repository testpypi --username __token__ --password $PYPI_TOKEN
+ twine upload dist/* --username __token__ --password $PYPI_TOKEN
0 commit comments