Skip to content

Commit

Permalink
ci: fix poetry publish auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 6, 2023
1 parent 012657e commit c75c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish --build
poetry publish --build --username=__token__ --password=$PYPI_TOKEN

0 comments on commit c75c51b

Please sign in to comment.