Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit 17b3cce

Browse files
Merge branch 'main' into metadata-version-2.5
2 parents a8e9422 + 6b972e3 commit 17b3cce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

make_wheels.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def get_argparser():
350350
parser.add_argument('--suffix', default='', help="wheel version suffix")
351351
parser.add_argument('--outdir', default='dist/', help="target directory")
352352
parser.add_argument('--platform', action='append', default=[],
353-
help="platform to build for, use 'all' to build for all supported platforms, can be repeated")
353+
help="platform(s) to build for, can be repeated. Use 'all' to build for all supported platforms.")
354354
return parser
355355

356356

@@ -362,7 +362,6 @@ def main():
362362
if 'all' in platforms:
363363
platforms = list(ZIG_PYTHON_PLATFORMS.keys())
364364

365-
366365
fetch_and_write_ziglang_wheels(outdir=args.outdir, zig_version=args.version,
367366
wheel_version_suffix=args.suffix, platforms=platforms)
368367

0 commit comments

Comments
 (0)