Skip to content

Commit

Permalink
Use poetry-publish fork
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed May 16, 2022
1 parent f44d3d7 commit d5bfb14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.10
uses: BrianPugh/poetry-publish@poetry-plugins
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
allow_poetry_pre_release: "yes"
ignore_dev_requirements: "yes"
plugins: "poetry-dynamic-versioning-plugin"

0 comments on commit d5bfb14

Please sign in to comment.