Skip to content

Commit

Permalink
fix publish action version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Aug 23, 2024
1 parent 93cae88 commit 5f8daaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 5f8daaa

Please sign in to comment.