Skip to content

Commit

Permalink
Merge pull request #281 from websideproject/dev
Browse files Browse the repository at this point in the history
Fix wrong version on downgrade
  • Loading branch information
bgervan authored Mar 18, 2024
2 parents 48e7ad9 + 1b5a260 commit 469230e
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 @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.6
uses: JRubics/poetry-publish@v1.16
with:
poetry_version: "==1.5.1"
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 469230e

Please sign in to comment.