From 3a7f5e8d299247014ab6099bb4d1be435f2ebd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:56:18 -0500 Subject: [PATCH] chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#667) --- .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 ed74efb..dd44930 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.3 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: user: __token__ password: ${{ secrets.PGBELT_PYPI_VJEEVA_TOKEN }}