Skip to content

Commit

Permalink
fix poetry publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshawkes committed Mar 14, 2024
1 parent 6ca008f commit 47f963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ jobs:
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry build
poetry publish --user $PYPI_USERNAME --password $PYPI_PASSWORD
poetry publish --username=$PYPI_USERNAME --password=$PYPI_PASSWORD

0 comments on commit 47f963d

Please sign in to comment.