]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
set PYTHONUTF8=1 for attestation step to fix encoding on Windows main
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 20:20:17 +0000 (16:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 22:32:39 +0000 (18:32 -0400)
commitd59159ca08cdf661f97d19d2966071a1b1d3df80
tree2aea7f7939189ad2bc1d9bd71dc9abb20084d595
parentaaed3ad2c9913be9ee568d44969d734862d03e65
set PYTHONUTF8=1 for attestation step to fix encoding on Windows

pypi_attestations sign writes attestation JSON files using the Windows
default encoding (CP1252) rather than UTF-8, causing twine to fail with
a UnicodeDecodeError when reading them back. PYTHONUTF8=1 forces UTF-8
for all file I/O on Windows.

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