From 864a4be8785f4001aaeb2be4890e18799b24e2d3 Mon Sep 17 00:00:00 2001 From: Nicolas Karolak Date: Sun, 1 Sep 2024 13:39:23 +0200 Subject: [PATCH] ci: enable attestations on pypi publishing --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d7b1b05..d6b38cf 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -54,3 +54,5 @@ jobs: - name: Publish package to PyPI if: env.PREVIOUS_REVISION != env.REVISION uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true