Skip to content

Commit

Permalink
22065: Disables attestations when publishing to PyPi (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett authored Oct 31, 2024
1 parent ccd1bfb commit ca03a32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,7 @@ jobs:
python-version: "3.11"

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
# Experimental feature not yet compatible with our workflow
attestations: False

0 comments on commit ca03a32

Please sign in to comment.