From 1237568f05a4155f80e12ff0fd3711e8ed97d976 Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 2 Jun 2024 01:23:48 -0500 Subject: [PATCH] build: fix pypa/gh-action-pypi-publish SHA The previous SHA had a typo and didn't exist. We will use the current stable SHA instead. --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8a1682286..af2ded63e 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -22,6 +22,6 @@ jobs: run: | python -m build --sdist --wheel --outdir dist/ . - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf1 + uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 with: password: ${{ secrets.PYPI_TOKEN }}