Skip to content

Commit

Permalink
scripts/windows_build_wheels: Set single_wheel to True
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 18, 2017
1 parent 64c8a71 commit b09a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows_build_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def build_wheels(py_envs=DEFAULT_PY_ENVS, single_wheel=False,


def main(py_envs=DEFAULT_PY_ENVS, wheel_names=None, cleanup=True):
single_wheel = False
single_wheel = True

build_wheels(
single_wheel=single_wheel, cleanup=cleanup,
Expand Down

0 comments on commit b09a71f

Please sign in to comment.