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 eb635d2 commit 9b62027Copy full SHA for 9b62027
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Publish to TestPyPI
27
env:
28
TWINE_USERNAME: '__token__'
29
- TWINE_PASSWORD: ${{ secrets.PYPI_AUTOMATIC_RELEASE_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_AUTOMATIC_RELEASE_TOKEN }}
30
run: |
31
twine upload --repository testpypi --skip-existing --verbose dist/*
32
- name: Publish to PyPI
0 commit comments