Skip to content

Commit

Permalink
22065: Disables attestations when publishing to PyPi (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett authored Oct 31, 2024
1 parent 08d511b commit 7ca373d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ jobs:

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

init-devcontainers-release:
if: inputs.build-type == 'release'
Expand Down

0 comments on commit 7ca373d

Please sign in to comment.