Skip to content

Commit e00b472

Browse files
authored
Update publish-pypi.yml
1 parent 5778465 commit e00b472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
env:
2323
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
2424
run: |
25+
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
2526
poetry build
2627
poetry publish

0 commit comments

Comments
 (0)