Skip to content

Commit 2cdead4

Browse files
committed
Fix group wheel names path on Linux
1 parent af845fe commit 2cdead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
8282
&& ninja
8383
)
8484

85-
wheel_names=$(cat ${script_dir}/WHEEL_NAMES.txt)
85+
wheel_names=$(cat ${script_dir}/../WHEEL_NAMES.txt)
8686
for wheel_name in ${wheel_names}; do
8787
# Configure setup.py
8888
${PYBIN}/python ${SETUP_PY_CONFIGURE} ${wheel_name}

0 commit comments

Comments
 (0)