From 71313c809d844b43aa76159633fc645d90398499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:57:42 -0700 Subject: [PATCH] Bump JRubics/poetry-publish from 1.12 to 1.13 (#44) Bumps [JRubics/poetry-publish](https://github.com/JRubics/poetry-publish) from 1.12 to 1.13. - [Release notes](https://github.com/JRubics/poetry-publish/releases) - [Commits](https://github.com/JRubics/poetry-publish/compare/v1.12...v1.13) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9ad7dce..c8e3bd9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,6 +12,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Publish to PyPI - uses: JRubics/poetry-publish@v1.12 + uses: JRubics/poetry-publish@v1.13 with: pypi_token: ${{ secrets.PYPI_TOKEN }}