From fbf7755aa48ada1d72dec5d61b7fd9d9f23fdcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:25:29 +0100 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#288) --- .github/workflows/build_wheels_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels_release.yml b/.github/workflows/build_wheels_release.yml index 9f6cd123..0302cd50 100644 --- a/.github/workflows/build_wheels_release.yml +++ b/.github/workflows/build_wheels_release.yml @@ -60,7 +60,7 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.8.8 + - uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.GH_TESTPYPI_UPLOAD }} @@ -75,7 +75,7 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.8.8 + - uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.GH_PYPI_UPLOAD }}