From 54dd72de6647ebeb62c88c2ad8aeab4dc2893430 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Sat, 17 Aug 2019 23:49:35 +0200 Subject: [PATCH] Copying all created manylinux wheels to the output directory --- cibuildwheel/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(