Skip to content

Commit 428ffb7

Browse files
authored
[build] Disable attestations for trusted publishing (yt-dlp#11418)
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
1 parent b6dc2c4 commit 428ffb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ jobs:
282282
uses: pypa/gh-action-pypi-publish@release/v1
283283
with:
284284
verbose: true
285+
attestations: false # Currently doesn't work w/ reusable workflows (breaks nightly)
285286

286287
publish:
287288
needs: [prepare, build]

0 commit comments

Comments
 (0)