diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1f5265bf580..2a4c86cd735 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -301,3 +301,5 @@ jobs: merge-multiple: true - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true