From 41238f67eef2b6220af6695f6da679aa4ff3e1f4 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 15 Nov 2024 01:24:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8F=20Rm=20explicit=20attestations=20a?= =?UTF-8?q?rg=20@=20pypi-publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The signatures will keep being uploaded as this is turned out by default now. --- .github/workflows/ci-cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8a78052..8813169 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -525,8 +525,6 @@ jobs: - name: >- Publish 🐍📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - attestations: true - name: Sign the dists with Sigstore uses: sigstore/gh-action-sigstore-python@v3.0.0