From 5467ee3de63bfb9807595de6e83392316328356e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:07:08 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.8.8 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ea3581a9..927d61db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - name: Publish a Python distribution to PyPI if: ${{ github.event_name == 'release' }} - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.8 with: user: __token__ password: ${{ secrets.PYPI_PASSWORD }}