We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wheel
1 parent 7ea4662 commit a0ca0d8Copy full SHA for a0ca0d8
make_wheels.py
@@ -1,4 +1,5 @@
1
import argparse
2
+import logging
3
import io
4
import os
5
import json
@@ -216,6 +217,7 @@ def get_argparser():
216
217
218
def main():
219
args = get_argparser().parse_args()
220
+ logging.getLogger("wheel").setLevel(logging.WARNING)
221
fetch_and_write_ziglang_wheels(outdir=args.outdir, zig_version=args.version,
222
wheel_version_suffix=args.suffix, platforms=args.platform)
223
0 commit comments