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 292c1cf commit 8fabf32Copy full SHA for 8fabf32
scripts/fix_wheel.py
@@ -41,7 +41,6 @@
41
pieces[0] = "cp37"
42
wheel_lines[i] = "Tag: " + "-".join(pieces)
43
found_wheel_tag = True
44
- break
45
if not found_wheel_tag:
46
raise RuntimeError("Could not find WHEEL tag")
47
0 commit comments