diff --git a/.github/workflows/pypi-package.yml b/.github/workflows/pypi-package.yml index 87905be..d533852 100644 --- a/.github/workflows/pypi-package.yml +++ b/.github/workflows/pypi-package.yml @@ -11,6 +11,7 @@ on: workflow_dispatch: permissions: + attestations: write contents: read id-token: write @@ -26,6 +27,8 @@ jobs: fetch-depth: 0 - uses: hynek/build-and-inspect-python-package@v2 + with: + attest-build-provenance-github: 'true' # Upload to Test PyPI on every commit on main. release-test-pypi: