From ec0c5eb742214a5d0ac8d22cb7150c1df92818f2 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Wed, 4 Dec 2024 11:34:39 +0100 Subject: [PATCH] attestations: false Signed-off-by: Gabriele Santomaggio --- .github/workflows/publish-prerelease.yaml | 1 + .github/workflows/publish-release.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-prerelease.yaml b/.github/workflows/publish-prerelease.yaml index 8fc8dfb..e63e434 100644 --- a/.github/workflows/publish-prerelease.yaml +++ b/.github/workflows/publish-prerelease.yaml @@ -11,6 +11,7 @@ jobs: id-token: write uses: ./.github/workflows/publish-pypi.yaml with: + attestations: false pypi_repository_url: https://test.pypi.org/legacy/ secrets: pypi_api_login: __token__ diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 04c6bc0..735d7ff 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -11,6 +11,7 @@ jobs: id-token: write uses: ./.github/workflows/publish-pypi.yaml with: + attestations: false pypi_repository_url: https://upload.pypi.org/legacy/ secrets: pypi_api_login: __token__