Skip to content

Commit

Permalink
Support multiple tags in fix-wheel (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Aug 5, 2022
1 parent 292c1cf commit 8fabf32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/fix_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
pieces[0] = "cp37"
wheel_lines[i] = "Tag: " + "-".join(pieces)
found_wheel_tag = True
break
if not found_wheel_tag:
raise RuntimeError("Could not find WHEEL tag")

Expand Down

0 comments on commit 8fabf32

Please sign in to comment.