From b20cdbb2f20ad36e6a99855725d5cde9dcb6e9be Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 22 Apr 2025 16:00:51 +0100 Subject: [PATCH] Revert "[Manylinux_2_28] Modify relocate script for linux builds: fix wheel_name (#9024)" This reverts commit f20bf22d13230a75382cda788a1eb5a03f57c3d9. --- packaging/wheel/relocate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/wheel/relocate.py b/packaging/wheel/relocate.py index 98b75643a9d..4587f3798da 100644 --- a/packaging/wheel/relocate.py +++ b/packaging/wheel/relocate.py @@ -337,8 +337,6 @@ def patch_linux(): if osp.exists(osp.join(output_library, binary)): relocate_elf_library(patchelf, output_dir, output_library, binary) - # make sure wheel name is compatible with manylinux_2_28 - wheel_name = wheel_name.replace("linux_", "manylinux_2_28_") compress_wheel(output_dir, wheel, wheel_dir, wheel_name)