Skip to content

Commit

Permalink
Update to pypa/gh-action-pypi-publish 1.12.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
br3ndonland committed Dec 21, 2024
1 parent c0216a0 commit 9d31003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,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: [setup, python, docker, pypi]
Expand Down

0 comments on commit 9d31003

Please sign in to comment.