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 ea199b7 commit 7aa284aCopy full SHA for 7aa284a
tools/wheels/build-wheels.sh
@@ -70,7 +70,7 @@ if [[ $os == "macos" ]]; then
70
python3 $this_dir/install-macos-python-required-by-cibuildwheel.py $cibuildwheel_version
71
fi
72
73
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/$lib_dir $PYTHON -m cibuildwheel --output-dir $wheeldir $cibw_args
+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/$lib_dir python3 -m cibuildwheel --output-dir $wheeldir $cibw_args
74
75
ls $wheeldir
76
0 commit comments