From 91a5b112e62244604b545a8ec2f8abec34bca888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:39:29 +0000 Subject: [PATCH] :arrow_up: Bump JRubics/poetry-publish from 1.16 to 2.0 Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 1.16 to 2.0. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](https://github.com/jrubics/poetry-publish/compare/v1.16...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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a644cd83..e6d42a0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.16 + uses: JRubics/poetry-publish@v2.0 with: pypi_token: ${{ secrets.PYPI }} python_version: "3.10.9"