Skip to content

Commit

Permalink
Disable attestations in Python publishing.
Browse files Browse the repository at this point in the history
They don't support reusable workflows, and it seems that the action
maintainers have made a breaking change enabling this feature by default:
pypi/warehouse#11096
  • Loading branch information
obi1kenobi committed Nov 8, 2024
1 parent 39bf414 commit 66b9ffb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
verbose: true
print-hash: true
# Attestations don't currently support reusable workflows
# so publishing fails if this is enabled: https://github.com/pypi/warehouse/issues/11096
attestations: false

macos:
# actions/setup-python with Python <3.11 does not work with macos-latest
Expand Down

0 comments on commit 66b9ffb

Please sign in to comment.