From ca03042a2bf67acda616512934874d03a49effe7 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 29 Sep 2024 01:50:55 -0400 Subject: [PATCH] ci: add PyPI attestations Currently only checked, but eventually will be retained --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 214b3061..1b06990b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,3 +40,5 @@ jobs: subject-path: "dist/build-*" - uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true