From e7816eb1973cc39d43094b1e55783da82e97e8ea Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 30 Oct 2024 21:28:34 -0400 Subject: [PATCH] ci: turn off release attestations (#2252) --- .github/workflows/_test_release.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index 39be5ea10..a4d81e1e2 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -93,3 +93,5 @@ jobs: # This is *only for CI use* and is *extremely dangerous* otherwise! # https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates skip-existing: true + # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0 + attestations: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 460574b36..d3d8626aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,6 +270,8 @@ jobs: packages-dir: ${{ inputs.working-directory }}/dist/ verbose: true print-hash: true + # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0 + attestations: false mark-release: needs: