From c407b17a0733e900978cfe364947cf52a86af2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 12:24:31 +0100 Subject: [PATCH] Bump JRubics/poetry-publish from 1.9 to 1.10 (#207) Bumps [JRubics/poetry-publish](https://github.com/JRubics/poetry-publish) from 1.9 to 1.10. - [Release notes](https://github.com/JRubics/poetry-publish/releases) - [Commits](https://github.com/JRubics/poetry-publish/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 68d557e9..035ee069 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: run: | poetry build --ansi - name: Build and publish to PyPi - uses: JRubics/poetry-publish@v1.9 + uses: JRubics/poetry-publish@v1.10 with: pypi_token: ${{ secrets.PYPI_TOKEN }}