We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b4453 commit e628136Copy full SHA for e628136
.ci/build_wheel.py
@@ -45,7 +45,7 @@
45
# Create the temporary build-opts.cfg
46
build_opts_path = Path(tmpdirname) / "build-opts.cfg"
47
48
- 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")
49
os.environ["DIST_EXTRA_CONFIG"] = str(build_opts_path)
50
51
# Move the binaries
0 commit comments