infra: turn off release attestations (#27766)

This commit is contained in:
Bagatur 2024-10-30 15:28:32 -07:00 committed by GitHub
parent 283cb50ea6
commit 33a53970e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -336,6 +336,8 @@ jobs:
packages-dir: ${{ inputs.working-directory }}/dist/ packages-dir: ${{ inputs.working-directory }}/dist/
verbose: true verbose: true
print-hash: true print-hash: true
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
attestations: false
mark-release: mark-release:
needs: needs:

View File

@ -98,3 +98,5 @@ jobs:
# This is *only for CI use* and is *extremely dangerous* otherwise! # This is *only for CI use* and is *extremely dangerous* otherwise!
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates # https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
skip-existing: true skip-existing: true
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
attestations: false