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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent b62dcb4 commit 4dcd8ce
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 @@ -76,7 +76,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 4dcd8ce

Please sign in to comment.