Skip to content

Commit

Permalink
Add poetry publish command to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishang committed Feb 27, 2024
1 parent b0e6250 commit 4f0b4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
- name: publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish

0 comments on commit 4f0b4f3

Please sign in to comment.