We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8aeaf4 commit ea18631Copy full SHA for ea18631
travis/build-wheels.sh
@@ -2,8 +2,7 @@
2
set +e
3
echo 'Begin build-wheel...'
4
5
-export PYTHON_VERSION=${MB_PYTHON_VERSION/./}
6
-echo 'MB_PYTHON_VERSION: ' $MB_PYTHON_VERSION
+export PYTHON_VERSION=${PYTHON_VERSION/./}
7
echo 'PYTHON_VERSION: '$PYTHON_VERSION
8
9
ENABLE_CONTRIB=$(<contrib.enabled)
0 commit comments