Skip to content

Commit

Permalink
build_wheels.sh only for py 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dputhier committed Jun 17, 2021
1 parent 797740e commit c33ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manylinux/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yum install bzip2-devel -y
yum install xz xz-devel -y

# Compile wheels
for PYBIN in $(ls --color=none -d1 /opt/python/*/bin| grep -P "(36)|(37)|(38)"); do
for PYBIN in $(ls --color=none -d1 /opt/python/*/bin| grep -P "38"); do
echo "${PYBIN}"
echo ""
"${PYBIN}/pip" install -U pip
Expand Down

0 comments on commit c33ee3a

Please sign in to comment.