From 4f15b64a0c27ed83c12fc3cada3b5123b807cdac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:01:56 -0500 Subject: [PATCH] chore(deps): bump pypa/gh-action-pypi-publish from 1.12.1 to 1.12.2 (#615) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6571245..14c20ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: | poetry build --ansi - name: Publish package on PyPI - uses: pypa/gh-action-pypi-publish@v1.12.1 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PGBELT_PYPI_VJEEVA_TOKEN }}