Skip to content

Commit 6be9e33

Browse files
authored
Merge pull request #16 from tjni/vb/fix-attestations
ci: turn off release attestations
2 parents b2348a0 + 8758df3 commit 6be9e33

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/_test_release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ jobs:
8585
# This is *only for CI use* and is *extremely dangerous* otherwise!
8686
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
8787
skip-existing: true
88+
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
89+
attestations: false

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ jobs:
241241
packages-dir: dist/
242242
verbose: true
243243
print-hash: true
244+
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
245+
attestations: false
244246

245247
mark-release:
246248
needs:

0 commit comments

Comments
 (0)