diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index c56a4472..d125ca69 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -120,7 +120,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef fi # we're all done here; move it to output - mv "$delocated_wheel" /output + mv "${{delocated_wheel[@]}}" /output chown {uid}:{gid} "/output/$(basename "$delocated_wheel")" done '''.format(