From ce676b3c89bf2d6bf364d4aef994ffc810ac9b7d Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Mon, 22 Jul 2024 17:40:35 -0400 Subject: [PATCH] ci: Fix duplicate GitHub release sigstore/gh-action-sigstore-python 3.0 changed the default to now release to GitHub including the sigstore artifacts. So we tell the action not to perform the release. Signed-off-by: BJ Hargrave --- .github/workflows/pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 6be85e8..81d48db 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -113,6 +113,7 @@ jobs: inputs: | ./dist/*.tar.gz ./dist/*.whl + release-signing-artifacts: false - name: "Upload artifacts and signatures to GitHub release" run: |