summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-06-22 23:04:32 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-06-22 23:04:32 +0200
commit11c14e0ff10b089b614754d572e8d08bbd05fb67 (patch)
tree0ca1083fdf14f551e23e1925e70287aa91d41211
parentc0e4e292aa4b22e4547bde25534cea03ea1a758f (diff)
downloadpython-lxml-11c14e0ff10b089b614754d572e8d08bbd05fb67.tar.gz
Improve status messages during wheel build.
-rwxr-xr-xtools/manylinux/build-wheels.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh
index 63134ced..8a50e94a 100755
--- a/tools/manylinux/build-wheels.sh
+++ b/tools/manylinux/build-wheels.sh
@@ -51,6 +51,7 @@ build_wheels() {
test -n "$source" -o ! -e "$REQUIREMENTS" \
|| ${PYBIN}/pip install -r "$REQUIREMENTS"
+ echo "Starting build with $($PYBIN -V)"
build_wheel "$PYBIN" "$source" &
THIRD=$!