From 7f4ebf31b67c2ef500551c1da7d6c41a784929a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 08:42:34 -0400 Subject: [PATCH] Bump JRubics/poetry-publish from 1.6 to 1.17 (#30) Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 1.6 to 1.17. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](https://github.com/jrubics/poetry-publish/compare/v1.6...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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86cad0b..61ba2f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,6 +144,6 @@ jobs: uses: actions/checkout@v3 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.6 + uses: JRubics/poetry-publish@v1.17 with: pypi_token: ${{ secrets.PYPI_TOKEN }}