Skip to content

Commit 5515dff

Browse files
authored
Revert "[Manylinux_2_28] Modify relocate script for linux builds: fix… (#9032)
1 parent 17dc80e commit 5515dff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packaging/wheel/relocate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ def patch_linux():
337337
if osp.exists(osp.join(output_library, binary)):
338338
relocate_elf_library(patchelf, output_dir, output_library, binary)
339339

340-
# make sure wheel name is compatible with manylinux_2_28
341-
wheel_name = wheel_name.replace("linux_", "manylinux_2_28_")
342340
compress_wheel(output_dir, wheel, wheel_dir, wheel_name)
343341

344342

0 commit comments

Comments
 (0)