From e23e095282f7456b27f94fdb9fabf8a4141cfa6c Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Fri, 1 Nov 2024 14:21:31 +0000 Subject: [PATCH] set attestations to false in pypi release ci --- .github/workflows/_pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_pypi.yml b/.github/workflows/_pypi.yml index 0c5258db..8032bbaa 100644 --- a/.github/workflows/_pypi.yml +++ b/.github/workflows/_pypi.yml @@ -15,3 +15,5 @@ jobs: - name: Publish to PyPI using trusted publishing uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: false