]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fall back to twine upload without attestations if attestation signing fails
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 19:46:41 +0000 (15:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 22:32:39 +0000 (18:32 -0400)
commit7776cfbf469dbe88edbc2b9a8abc1b32b382f916
tree61ad1f4d59c565b2996483bbde24c70cb016650a
parenta33fc17ac2561f1666c8370bbd8773ed4f3f13e3
fall back to twine upload without attestations if attestation signing fails

On some platforms (e.g. windows-11-arm) pypi-attestations cannot install
due to missing cryptography binary wheels. Use continue-on-error on the
attestation step and conditionally pass --attestations to twine only when
signing succeeded.

Change-Id: Ibc9b5091c0db361f24376a887d6db04b0e32503c
.github/workflows/create-wheels.yaml