Skip to content

Commit

Permalink
Updated publish method
Browse files Browse the repository at this point in the history
  • Loading branch information
Minitour committed Jul 27, 2024
1 parent 6ebf555 commit 7d1fe94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Publish package
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry build
poetry publish --username $TWINE_USERNAME --password $TWINE_PASSWORD
poetry publish --username __token__ --password $TWINE_PASSWORD

0 comments on commit 7d1fe94

Please sign in to comment.