Skip to content

Commit

Permalink
Disable attestations (#61)
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 b876cda commit c91496e
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 @@ -36,6 +36,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 c91496e

Please sign in to comment.