From 5db54b8e37e043cd99a7986f22b76470124e0c82 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Tue, 7 Jan 2025 11:21:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20attestations=20are=20enabled=20b?= =?UTF-8?q?y=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- .github/workflows/cd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 796368ac..cc23060a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -42,7 +42,6 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ - attestations: true # Downloads the previously generated artifacts and deploys to PyPI on published releases. deploy: @@ -64,5 +63,3 @@ jobs: with: subject-path: "dist/*" - uses: pypa/gh-action-pypi-publish@release/v1 - with: - attestations: true