Skip to content

Commit

Permalink
Disable attestations (#472)
Browse files Browse the repository at this point in the history
Support for PyPI attestations is still buggy and fails in CI. Recent changes to CI dependencies enable it by default. This PR manually disables them.
  • Loading branch information
djperrefort authored Nov 5, 2024
1 parent afc6736 commit 44f7003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
print-hash: true
attestations: false

trigger-docs:
name: Trigger Docs
Expand Down

0 comments on commit 44f7003

Please sign in to comment.