Skip to content

Commit

Permalink
Fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danyi1212 committed Mar 18, 2024
1 parent 6e47410 commit fa3aeae
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 @@ -33,4 +33,4 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
poetry publish -r pypi
poetry publish

0 comments on commit fa3aeae

Please sign in to comment.