Skip to content

Commit 6b8d44e

Browse files
committed
ci: correct PyPi upload secret
1 parent 5d38262 commit 6b8d44e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232

3333
- name: Build and publish
3434
env:
35-
TWINE_USERNAME: __token__
36-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
35+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3736
run: |
38-
poetry config pypi-token.pypi $PYPI_PASSWORD
37+
poetry config http-basic.pypi __token__ $PYPI_PASSWORD
3938
poetry publish --build

0 commit comments

Comments
 (0)