From 28763215ac0f2b43ea0dd178ceba49086dbd9231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:19:00 +0000 Subject: [PATCH] fix(deps) Update JRubics/poetry-publish action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed111122..2f552492 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,6 @@ jobs: - name: Build and publish package if: steps.semantic.outputs.new_release_published == 'true' - uses: JRubics/poetry-publish@v1.17 + uses: JRubics/poetry-publish@v2.1 with: pypi_token: ${{ secrets.PYPI_API_TOKEN }}