]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
continue-on-error for upload-release-assets to handle already_exists on re-runs
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 19:59:35 +0000 (15:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 22:32:39 +0000 (18:32 -0400)
commitaaed3ad2c9913be9ee568d44969d734862d03e65
tree6e977fea7d84fb556487c19d8fe49d2ca14d343f
parent47032a9a6935721a0ed0c16f1f1287cd8a06fda2
continue-on-error for upload-release-assets to handle already_exists on re-runs

When re-running the wheel build, wheels already uploaded to the GitHub release
cause upload-release-assets to fail with already_exists. With continue-on-error,
the attestation and PyPI upload steps still proceed since the wheel files remain
in ./wheelhouse/ regardless.

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