Skip to content

Commit f27fabd

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

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

3333
- name: Build and publish
3434
env:
35-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
35+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_PASSWORD }}
3636
run: |
37-
poetry config pypi-token.pypi $PYPI_PASSWORD
37+
poetry config pypi-token.pypi POETRY_PYPI_TOKEN_PYPI
3838
poetry publish --build

0 commit comments

Comments
 (0)