Skip to content

Commit 4ec4d38

Browse files
jcfrthewtex
authored andcommitted
windows_build_wheels: Update main function to accept "cleanup" arg
1 parent f1a301b commit 4ec4d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/windows_build_wheels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ def build_wheels(py_envs=None, single_wheel=False, cleanup=False):
259259
build_wheel(py_env, single_wheel=single_wheel, cleanup=cleanup)
260260

261261

262-
def main():
262+
def main(cleanup=True):
263263
single_wheel = False
264264

265-
build_wheels(single_wheel=single_wheel)
265+
build_wheels(single_wheel=single_wheel, cleanup=cleanup)
266266
fixup_wheels()
267267
test_wheels(single_wheel=single_wheel)
268268

0 commit comments

Comments
 (0)