Skip to content

Commit 2e90b80

Browse files
committed
ci: correct PyPi upload secret
1 parent 6b8d44e commit 2e90b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
env:
3535
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3636
run: |
37-
poetry config http-basic.pypi __token__ $PYPI_PASSWORD
37+
poetry config pypi-token.pypi $PYPI_PASSWORD
3838
poetry publish --build

0 commit comments

Comments
 (0)