Skip to content

Commit

Permalink
linux disto
Browse files Browse the repository at this point in the history
  • Loading branch information
dderiso committed Jan 3, 2024
1 parent 8177899 commit 98dfdff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build_linux_wheel.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 98dfdff

Please sign in to comment.