Skip to content

Commit

Permalink
Update to pypa/gh-action-pypi-publish 1.11
Browse files Browse the repository at this point in the history
After this update, PEP 740 attestations will be added automatically when
publishing packages to PyPI. This commit will also switch to referencing
the action by the exact commit ID (Git SHA) for stability and security.

6e532c6
https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.11.0
https://peps.python.org/pep-0740/
  • Loading branch information
br3ndonland committed Nov 13, 2024
1 parent bb62e40 commit 5bdb57b
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 @@ -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@release/v1.8
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa
changelog:
if: github.ref_type == 'tag'
needs: [ci, pypi]
Expand Down

0 comments on commit 5bdb57b

Please sign in to comment.