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 27d3185 commit 27859a5Copy full SHA for 27859a5
.github/workflows/release_pypi.yml
@@ -139,5 +139,5 @@ jobs:
139
if: ${{ steps.check_pypi.outputs.new_version == format('{0}-dev', steps.get_version.outputs.current_version) }}
140
env:
141
TWINE_USERNAME: __token__
142
- TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
143
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
0 commit comments