Skip to content

Commit

Permalink
Merge pull request #30 from bretterer/dynamic-versioning
Browse files Browse the repository at this point in the history
Use poetry-publish v1.16
  • Loading branch information
natekspencer authored Aug 4, 2023
2 parents 4b7f087 + 98f703b commit 51e8aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v1.16
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
plugins: "poetry-dynamic-versioning-plugin"

0 comments on commit 51e8aee

Please sign in to comment.