Skip to content

Commit

Permalink
fix poetry-publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
altescy authored Nov 26, 2024
1 parent 650031b commit 0fa2afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 0fa2afb

Please sign in to comment.