Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent a4cbd19 commit 8e78135
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@v2.0
uses: JRubics/poetry-publish@v2.1
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@v2.0
uses: JRubics/poetry-publish@v2.1
continue-on-error: true
with:
ignore_dev_requirements: 'yes'
Expand Down

0 comments on commit 8e78135

Please sign in to comment.