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 af845fe commit 2cdead4Copy full SHA for 2cdead4
scripts/internal/manylinux-build-wheels.sh
@@ -82,7 +82,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
82
&& ninja
83
)
84
85
- wheel_names=$(cat ${script_dir}/WHEEL_NAMES.txt)
+ wheel_names=$(cat ${script_dir}/../WHEEL_NAMES.txt)
86
for wheel_name in ${wheel_names}; do
87
# Configure setup.py
88
${PYBIN}/python ${SETUP_PY_CONFIGURE} ${wheel_name}
0 commit comments