Skip to content

Commit

Permalink
Bump JRubics/poetry-publish from 1.17 to 2.0
Browse files Browse the repository at this point in the history
Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 1.17 to 2.0.
- [Release notes](https://github.com/jrubics/poetry-publish/releases)
- [Commits](JRubics/poetry-publish@v1.17...v2.0)

---
updated-dependencies:
- dependency-name: JRubics/poetry-publish
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 18c59a9 commit 2d7ea97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@master

- name: Publish distribution 📦 to PyPI
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v2.0
with:
ignore_dev_requirements: 'yes'
pypi_token: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: Publish distribution 📦 to Test PyPI
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v2.0
continue-on-error: true
with:
ignore_dev_requirements: 'yes'
Expand Down

0 comments on commit 2d7ea97

Please sign in to comment.