summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/buildwheel.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/buildwheel.sh b/docker/buildwheel.sh
index 89a2570..87f257d 100644
--- a/docker/buildwheel.sh
+++ b/docker/buildwheel.sh
@@ -7,6 +7,8 @@ set -e -x
ARCH=`uname -p`
echo "arch=$ARCH"
+ls /opt/python
+
for V in "${PYTHON_VERSIONS[@]}"; do
PYBIN=/opt/python/$V/bin
rm -rf build/ # Avoid lib build by narrow Python is used by wide python