From 06ecae4799286b3354d5aa6ded1a0da15d61cde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 02:00:14 +0000 Subject: [PATCH] Bump JRubics/poetry-publish from 1.16 to 1.17 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] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 48e664b..ddbee9f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,6 +11,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Publish to PyPI - uses: JRubics/poetry-publish@v1.16 + uses: JRubics/poetry-publish@v1.17 with: pypi_token: ${{ secrets.PYPI_TOKEN }}