diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bff93498d..ec2e3c8b7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -441,6 +441,8 @@ jobs: - name: >- Publish 🐍📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + attestations: true - name: Sign the dists with Sigstore uses: sigstore/gh-action-sigstore-python@v3.0.0