Skip to content

Commit

Permalink
specify poetry version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Aug 27, 2022
1 parent 6110b8d commit 5f5575b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
# TODO: remove poetry_version once upstream github action is updated.
poetry_version: "==1.2.0b3"
allow_poetry_pre_release: "yes"
ignore_dev_requirements: "yes"
plugins: "poetry-dynamic-versioning-plugin"

0 comments on commit 5f5575b

Please sign in to comment.