diff --git a/build_linux_wheel.sh b/build_linux_wheel.sh index 7dd70e2..051d371 100644 --- a/build_linux_wheel.sh +++ b/build_linux_wheel.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e # exit on first error +# set -e # exit on first error # manylinux2014_x86_64 # yum install -y python3 python3-devel python3-pip @@ -9,8 +9,9 @@ set -e # exit on first error # python3 /github/workspace/setup.py bdist_wheel # manylinux1_x86_64 - -yum install -y python3 python3-devel python3-pip +yum install -y python3-devel +yum install -y python3 +yum install -y python3-pip python -m pip install --upgrade pip python -m pip install setuptools wheel auditwheel python /github/workspace/setup.py bdist_wheel