Update to build pypi wheel for py3.9

This commit is contained in:
Atsushi Togo 2021-01-29 11:04:22 +09:00
parent 858cdbb561
commit 922cf507bf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ yum install -y hdf5 freetype freetype-devel pkgconfig libpng-devel
for PYBIN in /opt/python/*/bin; do for PYBIN in /opt/python/*/bin; do
if [[ $PYBIN == *"36"* ]] || [[ $PYBIN == *"37"* ]] || [[ $PYBIN == *"38"* ]]; then if [[ $PYBIN == *"36"* ]] || [[ $PYBIN == *"37"* ]] || [[ $PYBIN == *"38"* ]] || [[ $PYBIN == *"39"* ]]; then
"${PYBIN}/pip" install -r /io/dev-requirements.txt "${PYBIN}/pip" install -r /io/dev-requirements.txt
"${PYBIN}/pip" wheel /io/ -w wheelhouse/ "${PYBIN}/pip" wheel /io/ -w wheelhouse/
fi fi