ci: turn off release attestations (#2252)

This commit is contained in:
Vadym Barda
2024-10-30 21:28:34 -04:00
committed by GitHub
parent 4f8b69360c
commit e7816eb197
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -93,3 +93,5 @@ jobs:
# This is *only for CI use* and is *extremely dangerous* otherwise!
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
skip-existing: true
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
attestations: false
+2
View File
@@ -270,6 +270,8 @@ jobs:
packages-dir: ${{ inputs.working-directory }}/dist/
verbose: 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:
needs: