diff --git a/.ci/build_wheel.py b/.ci/build_wheel.py index 2408c92ee79..7a6b4fb8d8f 100644 --- a/.ci/build_wheel.py +++ b/.ci/build_wheel.py @@ -45,7 +45,7 @@ # Create the temporary build-opts.cfg build_opts_path = Path(tmpdirname) / "build-opts.cfg" - build_opts_path.write_text(f"[bdist_wheel]\nplat-name={requested_platform}", encoding="utf-8") + build_opts_path.write_text(f"[bdist_wheel]\nplat_name={requested_platform}", encoding="utf-8") os.environ["DIST_EXTRA_CONFIG"] = str(build_opts_path) # Move the binaries