From 92024d0d7d1a178a330cc08ae0bfe95c88bec0b7 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:22:31 -0700 Subject: [PATCH] infra: turn off release attestations (#27765) --- .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 f458610c6b1..f84ff3ac28d 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -338,6 +338,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