ci: disable sigstore attestations to fix 502 from rekor

Sigstore's rekor server returning intermittent 502 Bad Gateway,
blocking all publishes. Attestations are optional; disable until
the service stabilizes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
GitHub
2026-05-26 22:50:28 +08:00
co-authored by Claude Opus 4.7
parent 72652b9f8b
commit c825515ee6
+2
View File
@@ -25,3 +25,5 @@ jobs:
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false