From c9dad77747ac0268daaa958aa7092db537d4bf28 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sat, 21 Dec 2024 18:11:00 -0500 Subject: [PATCH] Update to `pypa/gh-action-pypi-publish` 1.12.3 After this update, `pypa/gh-action-pypi-publish` will pull a pre-built Docker image from GHCR (GitHub Container Registry) instead of building the Docker image at the beginning of each GitHub Actions run. https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.12.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb42977..f08996c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: name: ${{ needs.setup.outputs.repo-name }}-${{ github.ref_name }} path: dist - name: Publish Python package to PyPI - uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 changelog: if: github.ref_type == 'tag' needs: [ci, pypi]