Skip to content

Commit

Permalink
Update poetry publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock committed Aug 9, 2023
1 parent 1eba800 commit c0cc0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
# publish to pypi
- if: github.event_name == 'release'
name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.16
uses: JRubics/poetry-publish@v1
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: "poetry-dynamic-versioning-plugin"
# publish to testpypi
- if: github.event_name != 'release'
name: Build and publish to testpypi
uses: JRubics/poetry-publish@v1.16
uses: JRubics/poetry-publish@v1
with:
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"
Expand Down

0 comments on commit c0cc0b4

Please sign in to comment.