Skip to content

Commit

Permalink
Update to latest poetry-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Jul 20, 2024
1 parent ec2af16 commit df20b1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.15
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.11.9"
ignore_dev_requirements: "yes"
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit df20b1c

Please sign in to comment.