Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bryananderson authored Jan 16, 2025
2 parents ce04bac + c37f10b commit 5ec55c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.16
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"
poetry_install_options: "--without dev"
plugins: "poetry-dynamic-versioning"
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 5ec55c1

Please sign in to comment.