From 9b061e9d652d5274c2b1a1e71ddcab0265373f20 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Tue, 26 Nov 2024 10:31:05 +1100 Subject: [PATCH] ci: Set attestations: false See https://github.com/pypa/gh-action-pypi-publish/issues/283 --- .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 1fc623fe..14e3f13e 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -137,6 +137,8 @@ jobs: - name: Publish to PyPI if: env.SHOULD_DEPLOY == 'true' uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: false build-base: runs-on: ubuntu-latest