Skip to content

Commit 8fabf32

Browse files
authored
Support multiple tags in fix-wheel (#98)
1 parent 292c1cf commit 8fabf32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/fix_wheel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
pieces[0] = "cp37"
4242
wheel_lines[i] = "Tag: " + "-".join(pieces)
4343
found_wheel_tag = True
44-
break
4544
if not found_wheel_tag:
4645
raise RuntimeError("Could not find WHEEL tag")
4746

0 commit comments

Comments
 (0)