We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9121fae commit 6ff28a8Copy full SHA for 6ff28a8
.cibw/merge-wheels.py
@@ -58,7 +58,7 @@ def wheel_tagline(tags: list[str]) -> str:
58
namever = f"{package}-{version}"
59
wheeltags = "-".join(tags)
60
root_dir = working_dir / namever
61
- package_dir = root_dir / package
+ package_dir = root_dir / package.partition("_")[0]
62
distinfo_dir = root_dir / f"{namever}.dist-info"
63
64
variant_registry = []
0 commit comments