diff --git a/packaging/post_build_script.sh b/packaging/post_build_script.sh index ba139ea..21df4cf 100755 --- a/packaging/post_build_script.sh +++ b/packaging/post_build_script.sh @@ -7,7 +7,7 @@ wheel_path=`find dist -type f -name "*.whl"` echo Found $wheel_path -auditwheel -v repair --plat manylinux_2_38_x86_64 $wheel_path --exclude libtorch_python.so --exclude libc10.so --exclude libtorch.so --exclude libtorch_cpu.so --wheel-dir dist +# auditwheel -v repair --plat manylinux_2_38_x86_64 $wheel_path --exclude libtorch_python.so --exclude libc10.so --exclude libtorch.so --exclude libtorch_cpu.so --wheel-dir dist # old="linux_x86_64" # new="manylinux_2_17_x86_64.manylinux2014_x86_64"