From 085dd60b2411d485eda4f7cf51a528c4f5b0e92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:19:18 +0000 Subject: [PATCH] Bump JRubics/poetry-publish from 2.0 to 2.1 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](https://github.com/jrubics/poetry-publish/compare/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] --- .github/workflows/pypi_deploy.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_deploy.yml b/.github/workflows/pypi_deploy.yml index 71d7daf..2bd9a82 100644 --- a/.github/workflows/pypi_deploy.yml +++ b/.github/workflows/pypi_deploy.yml @@ -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 }} diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 19ef9ec..5b095f8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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: pypi_token: ${{ secrets.TEST_PYPI_PASSWORD }}