From 8dd4601aa8c55a5b18d2516afc30033eeec5c00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 12:57:13 +0000 Subject: [PATCH] Bump JRubics/poetry-publish from 1.13 to 1.15 Bumps [JRubics/poetry-publish](https://github.com/JRubics/poetry-publish) from 1.13 to 1.15. - [Release notes](https://github.com/JRubics/poetry-publish/releases) - [Commits](https://github.com/JRubics/poetry-publish/compare/v1.13...v1.15) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7327aa96..fa86e302 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build package and publish to pypi - uses: JRubics/poetry-publish@v1.13 + uses: JRubics/poetry-publish@v1.15 with: pypi_token: ${{ secrets.PYPI_PASSWORD }}