Copying all created manylinux wheels to the output directory

This commit is contained in:
Yannick Jadoul
2019-10-16 00:33:45 +02:00
parent 7978247fa7
commit 54dd72de66
+1 -1
View File
@@ -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(