From c07c63b8292e6197f4303ea6fc27c136ef79fca9 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Thu, 31 Oct 2024 06:09:12 +0400 Subject: [PATCH] ci: Set attestations to false This is a work around for 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 2a42ef3..ed6f700 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -139,3 +139,5 @@ jobs: - name: Publish to PyPI if: env.SHOULD_DEPLOY == 'true' uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: false