Skip to content

Commit 851c55d

Browse files
authored
Update PyPi publish command in github actions
1 parent 9c5e8ed commit 851c55d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
env:
3535
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3636
run: |
37-
poetry config pypi-token.pypi $PYPI_TOKEN
38-
poetry publish --build --no-interaction
37+
poetry publish --username __token__ --password $PYPI_TOKEN

0 commit comments

Comments
 (0)