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.
1 parent 47f2b79 commit 7ce3eadCopy full SHA for 7ce3ead
src/scikit_build_core/builder/wheel_tag.py
@@ -37,7 +37,7 @@ def compute_best(
37
pyvers = [interp]
38
39
if sys.platform.startswith("win") and archs:
40
- plats = (x.replace("-", "_") for x in archs)
+ plats = [x.replace("-", "_") for x in archs]
41
elif sys.platform.startswith("darwin"):
42
pairs: Iterable[tuple[str | None, bool]]
43
if expand_macos and archs == ["universal2"]:
0 commit comments