From 1465a23c9fb5ee6c283a705673dbf31e5f3dc314 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 2 Sep 2024 19:36:02 -0400 Subject: [PATCH] Upload attestations to PyPI They'll be cool to look at or something --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 740eae65..7fc52d8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,3 +54,5 @@ jobs: - name: publish if: github.event_name == 'push' uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 + with: + attestations: true