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