Skip to content

Commit c5fe74f

Browse files
authored
Fix PyPI token reference in release workflow
1 parent a6bf4e0 commit c5fe74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
env:
3333
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN_MINERVA }}
3434
run: |
35-
python -m twine upload dist/* --username __token__ --password "$PYPI_API_TOKEN_MINERVA"
35+
python -m twine upload dist/* --username __token__ --password "$PYPI_API_TOKEN"

0 commit comments

Comments
 (0)