Skip to content

Commit

Permalink
[release/0.7] Disable PyPI attestations as they prevent publishing to…
Browse files Browse the repository at this point in the history
… PyPI (#1500)
  • Loading branch information
jgiannuzzi authored Jan 31, 2025
1 parent 1ae2afd commit 7fcd200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheelhouse
# this is _not_ GitHub attestations and must be disabled to work with reusable workflows
attestations: false

github-release:
name: Publish GitHub release
Expand Down

0 comments on commit 7fcd200

Please sign in to comment.