From 8d81ef95332df3bbcc52774fb8912a412fb46375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:18:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20JRubics/poetry-publish=20fro?= =?UTF-8?q?m=201.17=20to=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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](https://github.com/jrubics/poetry-publish/compare/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] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dc8c6e..d6e4154 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.17 + uses: JRubics/poetry-publish@v2.0 with: pypi_token: ${{ secrets.PYPI_TOKEN }} ignore_dev_requirements: "yes"