From f8f3bcfc36c93b1748de3d60e676b645e6ebbcec Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Fri, 18 Apr 2025 04:26:42 +0000 Subject: [PATCH] Make PyPi stop whining about attestations --- .github/workflows/pypi_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index 91a73a1..bc54634 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -36,6 +36,7 @@ jobs: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ + attestations: false - name: Publish to PyPI if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' @@ -43,3 +44,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} + attestations: false