Skip to content

Commit 05ffed9

Browse files
author
Erick Friis
authored
infra: disable pypi release attestations (#102)
1 parent f27c1ec commit 05ffed9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
packages-dir: ${{ inputs.working-directory }}/dist/
226226
verbose: true
227227
print-hash: true
228+
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1\.11\.0
229+
attestations: false
228230

229231
mark-release:
230232
needs:

.github/workflows/_test_release.yml

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

0 commit comments

Comments
 (0)