Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent 2a01802 commit afb4760
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@v3

- name: Publish distribution 📦 to PyPI
uses: JRubics/poetry-publish@v1.16
uses: JRubics/poetry-publish@v1.17
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 @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit afb4760

Please sign in to comment.