Skip to content

Commit 27859a5

Browse files
authored
Update release_pypi.yml
1 parent 27d3185 commit 27859a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ jobs:
139139
if: ${{ steps.check_pypi.outputs.new_version == format('{0}-dev', steps.get_version.outputs.current_version) }}
140140
env:
141141
TWINE_USERNAME: __token__
142-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
142+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
143143
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)