From 98dfdff55860ddc6d4a718fd6bef6ade4d448d4b Mon Sep 17 00:00:00 2001 From: Dave Deriso Date: Wed, 3 Jan 2024 02:48:53 -0800 Subject: [PATCH] linux disto --- build_linux_wheel.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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