Skip to content

Commit

Permalink
Fix poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
renzop committed May 28, 2024
1 parent 8fab8e3 commit d07d39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit d07d39a

Please sign in to comment.