We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d658e commit b8bf3c9Copy full SHA for b8bf3c9
docker/buildwheel.sh
@@ -4,7 +4,7 @@ set -e -x
4
ARCH=`uname -p`
5
echo "arch=$ARCH"
6
7
-for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
+for V in cp37-cp37m cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
8
PYBIN=/opt/python/$V/bin
9
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
10
$PYBIN/python setup.py bdist_wheel -p manylinux1_${ARCH}
0 commit comments