diff --git a/python/makewheel.py b/python/makewheel.py index 99e0ffdab6..cd7389e606 100644 --- a/python/makewheel.py +++ b/python/makewheel.py @@ -12,4 +12,4 @@ exec(open(virtenv).read(), {'__file__': virtenv}) os.system('python -m pip install --upgrade pip') os.system('python -m pip install --upgrade -r wheel_requirements.txt') print("Building new binary wheel") -os.system('python -m build --wheel -o .') +os.system('python -m build -n --wheel -o .')