Skip to content

Commit

Permalink
Downgrade poetry-publish action to 1.16 (#276)
Browse files Browse the repository at this point in the history
Downgrade poetry-publish action to 1.16 due to current error in version 1.17: #275
  • Loading branch information
CM000n authored Jan 6, 2024
1 parent ece873f commit d7237a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: "🚀 Build package and publish to pypi"
uses: "JRubics/poetry-publish@v1.17"
uses: "JRubics/poetry-publish@v1.16"
with:
pypi_token: "${{ secrets.PYPI_PASSWORD }}"
plugins: "poetry-dynamic-versioning[plugin]"

0 comments on commit d7237a2

Please sign in to comment.