You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add legacy aliases for `manylinux_2_5`, `manylinux_2_12` & `manylinux_2_17`
The platform tag passed to `auditwheel repair` `--plat` argument can use either the PEP600 tag or the legacy tag.
The repaired wheel will get both platform tags.
e.g. `auditwheel repair --plat manylinux1_x86_64 foo-5.0-cp38-cp38-linux_x86_64.whl` and `auditwheel repair --plat manylinux_2_5_x86_64 foo-5.0-cp38-cp38-linux_x86_64.whl` will both produce `foo-5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl`
0 commit comments