From 103a741c27c021a3d30f05938e3b6fa73a8f8071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:10:50 +0000 Subject: [PATCH] chore(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#546) --- .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 4eecad3..a371f07 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.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.1 with: user: __token__ password: ${{ secrets.PGBELT_PYPI_VJEEVA_TOKEN }}