Copying all created manylinux wheels to the output directory
This commit is contained in:
@@ -120,7 +120,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# we're all done here; move it to output
|
# we're all done here; move it to output
|
||||||
mv "$delocated_wheel" /output
|
mv "${{delocated_wheel[@]}}" /output
|
||||||
chown {uid}:{gid} "/output/$(basename "$delocated_wheel")"
|
chown {uid}:{gid} "/output/$(basename "$delocated_wheel")"
|
||||||
done
|
done
|
||||||
'''.format(
|
'''.format(
|
||||||
|
|||||||
Reference in New Issue
Block a user