From 53ddd1848aece64d7cc2d02a757f0ad7b2c29741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:30:45 +0200 Subject: [PATCH] chore(deps): bump JRubics/poetry-publish from 1.16 to 1.17 (#282) Bumps [JRubics/poetry-publish](https://github.com/JRubics/poetry-publish) from 1.16 to 1.17. - [Release notes](https://github.com/JRubics/poetry-publish/releases) - [Commits](https://github.com/JRubics/poetry-publish/compare/v1.16...v1.17) --- 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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3c49f1..0afda4b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.16 + uses: JRubics/poetry-publish@v1.17 with: pypi_token: ${{ secrets.PYPI_TOKEN }} python_version: "3.10"