From 33a53970e1eb9a515d0d38809dd0d7f2e556c4ae Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:28:32 -0700 Subject: [PATCH] infra: turn off release attestations (#27766) --- .github/workflows/_release.yml | 2 ++ .github/workflows/_test_release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 728cfebd72d..5f57ab34a55 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -336,6 +336,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: diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index fb069d64311..c7ba3c0f40e 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -98,3 +98,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