From 1a23e7bca02b04efe48ab81e73ba22a2d354bfc0 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 3 Sep 2024 01:53:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Upload=20PEP=20740=20publish=20a?= =?UTF-8?q?ttestations=20to=20PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/pypa/gh-action-pypi-publish/pull/236 --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bff93498d..ec2e3c8b7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -441,6 +441,8 @@ 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