From dde5de42a229d13b3d330d9c598083395d5c9c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:33:58 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to fb9fc6a --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b98ed74..fcf537c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -46,6 +46,6 @@ jobs: # v1.4.2 release. Using full SHA for security # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295 + uses: pypa/gh-action-pypi-publish@fb9fc6a4e67ca27a7a76b17bbf90be83c2d3c716 with: password: ${{ secrets.PYPI_API_TOKEN }}