Skip to content

Commit 33a5397

Browse files
authored
infra: turn off release attestations (#27766)
1 parent 283cb50 commit 33a5397

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/_release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ jobs:
336336
packages-dir: ${{ inputs.working-directory }}/dist/
337337
verbose: true
338338
print-hash: true
339+
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
340+
attestations: false
339341

340342
mark-release:
341343
needs:

.github/workflows/_test_release.yml

+2
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)