From 8778f133932f987bdbc598a60cb9ce52ee5044bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:09:45 -0400 Subject: [PATCH] Bump JRubics/poetry-publish from 1.9 to 2.0 (#41) Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 1.9 to 2.0. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](https://github.com/jrubics/poetry-publish/compare/v1.9...v2.0) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ed81de5..044a9f4 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Publish python poetry package - uses: JRubics/poetry-publish@v1.9 + uses: JRubics/poetry-publish@v2.0 with: pypi_token: ${{ secrets.PYPI_TOKEN }}