From 4f055f80f821ff8c1933225973eb89bf7034207c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 02:32:43 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 29930c9 --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 2d25836c..db74ced6 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.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@48b317d84d5f59668bb13be49d1697e36b3ad009 + uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c with: password: ${{ secrets.PYPI_API_TOKEN }}