diff --git a/packaging/post_build_script.sh b/packaging/post_build_script.sh index e6cfc8adfe..70e8d83392 100644 --- a/packaging/post_build_script.sh +++ b/packaging/post_build_script.sh @@ -13,7 +13,7 @@ if [[ "$CU_VERSION" == cu* ]]; then WHEEL_NAME=$(ls dist/) pushd dist - manylinux_plat=manylinux_2_28_x86_64 + manylinux_plat=manylinux2014_x86_64 auditwheel repair --plat "$manylinux_plat" -w . \ --exclude libtorch.so \ --exclude libtorch_python.so \