Skip to content

Commit 15365b5

Browse files
committed
Remove manylinux tag rename
1 parent ac60fd3 commit 15365b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/subproject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ def build_wheel(
149149
_adjust_wheel_tags = {
150150
# pypi only accepts manylinux wheels, and we know we're compatible
151151
# TODO(davo): use auditwheel to fix the tags instead
152-
"linux_x86_64": "manylinux_2_35_x86_64",
153-
"linux_aarch64": "manylinux_2_36_aarch64",
152+
# "linux_x86_64": "manylinux_2_35_x86_64",
153+
# "linux_aarch64": "manylinux_2_36_aarch64",
154154
# needed for compatibility with python compiled with older xcode
155155
"macosx_11_0_x86_64": "macosx_10_16_x86_64",
156156
"macosx_12_0_x86_64": "macosx_10_16_x86_64",

0 commit comments

Comments
 (0)