Skip to content

Commit 92024d0

Browse files
authored
infra: turn off release attestations (#27765)
1 parent deb4320 commit 92024d0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ jobs:
338338
packages-dir: ${{ inputs.working-directory }}/dist/
339339
verbose: true
340340
print-hash: true
341+
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
342+
attestations: false
341343

342344
mark-release:
343345
needs:

.github/workflows/_test_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ jobs:
9898
# This is *only for CI use* and is *extremely dangerous* otherwise!
9999
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
100100
skip-existing: true
101+
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
102+
attestations: false

0 commit comments

Comments
 (0)