From 9cdb5b75d853069958cbc77726967dabd17d073c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:25:40 +0000 Subject: [PATCH] Bump JRubics/poetry-publish from 2.0 to 2.1 Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 2.0 to 2.1. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](https://github.com/jrubics/poetry-publish/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 8e636bc..55f0bc7 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v4 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v2.0 + uses: JRubics/poetry-publish@v2.1 with: pypi_token: ${{ secrets.PYPI_API_TOKEN }}