Skip to content

Commit 9484bf7

Browse files
committed
Copying all created manylinux wheels to the output directory
1 parent 92dc66e commit 9484bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def build(project_dir, output_dir, test_command, test_requires, before_build, bu
103103
fi
104104
105105
# we're all done here; move it to output
106-
mv "$delocated_wheel" /output
106+
mv "${{delocated_wheel[@]}}" /output
107107
chown {uid}:{gid} "/output/$(basename "$delocated_wheel")"
108108
done
109109
'''.format(

0 commit comments

Comments
 (0)