From 4196a8679f6a3279f354edd813c5c4430b83d426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:12:35 +0000 Subject: [PATCH] Bump JRubics/poetry-publish from 1.8 to 1.17 Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 1.8 to 1.17. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](https://github.com/jrubics/poetry-publish/compare/v1.8...v1.17) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... 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 b2c2bd64..62c20655 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - name: verify version matches git tag run: scripts/verify_tag.sh - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.8 + uses: JRubics/poetry-publish@v1.17 with: python_version: "3.9" pypi_token: ${{ secrets.PYPI_TOKEN }}