From 530e96b9e903bdf127001418c1dd741b505f0e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:08:17 -0400 Subject: [PATCH] build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.10 (#281) --- .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 ac3aa1c..13aabfc 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.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.PGBELT_PYPI_VJEEVA_TOKEN }}