diff --git a/scripts/nuget_patch/fake_whl_helper.py b/scripts/nuget_patch/fake_whl_helper.py index 2958fafedf5e..1672cc63914e 100644 --- a/scripts/nuget_patch/fake_whl_helper.py +++ b/scripts/nuget_patch/fake_whl_helper.py @@ -70,7 +70,7 @@ def copy_libs(src_wheel): for dir in libs_dirs: sys.path.append(dir) # to find SO files # see also: https://github.com/mayeut/pep600_compliance - manylinux_version = "2_31" + manylinux_version = "2_28" subprocess.check_call( [ sys.executable, "-m", "auditwheel",