use os.makedirs to allow nested output directory
This commit is contained in:
@@ -108,7 +108,7 @@ def main():
|
||||
print_preamble(platform, build_options)
|
||||
|
||||
if not os.path.exists(output_dir):
|
||||
os.mkdir(output_dir)
|
||||
os.makedirs(output_dir)
|
||||
|
||||
if platform == 'linux':
|
||||
cibuildwheel.linux.build(**build_options)
|
||||
|
||||
Reference in New Issue
Block a user