add_to_pydotorg.list_files() checks that each artifact filename starts with
the target release version. It accepts names such as:
python-3.14.0-amd64.exe
python-3.14.0-embed-amd64.zip
Free-threaded Windows ZIP artifacts use a t marker after the release version,
for example:
Those names do not start with 3.14.0- or 3.14.0., so the script treats them
as a different version and skips them.
Expected behavior
The release-file publishing script should recognize free-threaded Windows ZIP
artifacts for the target release and publish them with distinct file metadata.
add_to_pydotorg.list_files()checks that each artifact filename starts withthe target release version. It accepts names such as:
Free-threaded Windows ZIP artifacts use a
tmarker after the release version,for example:
Those names do not start with
3.14.0-or3.14.0., so the script treats themas a different version and skips them.
Expected behavior
The release-file publishing script should recognize free-threaded Windows ZIP
artifacts for the target release and publish them with distinct file metadata.