Skip to content

Commit

Permalink
[build] Disable attestations for trusted publishing
Browse files Browse the repository at this point in the history
Currently does not work with reusable workflows, e.g. release-nightly.yml calling release.yml

Ref: https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.11.0
     pypa/gh-action-pypi-publish#255
     pypi/warehouse#11096

Authored by: bashonly
  • Loading branch information
bashonly committed Oct 31, 2024
1 parent b6dc2c4 commit 9a405a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
attestations: false # Currently doesn't work w/ reusable workflows (e.g. release-nightly)

publish:
needs: [prepare, build]
Expand Down

0 comments on commit 9a405a9

Please sign in to comment.