This reverts "[build] Disable attestations for trusted publishing (#11418)"
This commit is contained in:
bashonly 2024-10-31 12:59:22 -05:00
parent 428ffb75aa
commit 29926814a0
No known key found for this signature in database
GPG key ID: 783F096F253D15B0

View file

@ -282,7 +282,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
verbose: true verbose: true
attestations: false # Currently doesn't work w/ reusable workflows (breaks nightly)
publish: publish:
needs: [prepare, build] needs: [prepare, build]