Skip to content

Commit

Permalink
[build] Disable attestations for trusted publishing (yt-dlp#11418)
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 8a245e8 commit bf5fe7c
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 @@ -283,6 +283,7 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
attestations: false # Currently doesn't work w/ reusable workflows (breaks nightly)

publish:
needs: [prepare, build]
Expand Down

0 comments on commit bf5fe7c

Please sign in to comment.