From 29926814a0fecab9a1aeeaac659b0403dc0d739b Mon Sep 17 00:00:00 2001 From: bashonly Date: Thu, 31 Oct 2024 12:59:22 -0500 Subject: [PATCH] Revert 428ffb75aa3534b275cf54de42693a4d261519da This reverts "[build] Disable attestations for trusted publishing (#11418)" --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bc09c64d0..8d0bc4026a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -282,7 +282,6 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true - attestations: false # Currently doesn't work w/ reusable workflows (breaks nightly) publish: needs: [prepare, build]