From a8fafd0dcc73e239ad1d63d9d382a1d755778166 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 23 Apr 2025 14:52:02 -0400 Subject: [PATCH] [no ci] actions: attest wheels uploaded to PyPi --- .github/workflows/pypi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a05732b6..700f5e33 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -30,4 +30,6 @@ jobs: python -m build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1' + with: + attestation: true