Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Jun 11, 2024
1 parent 78f92be commit dfb10c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/fix-wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ def main(wheel_dir):
if platform_tag.startswith("linux"):
platform_tag = platform_tag.replace("linux", "manylinux1")
for f in pathlib.Path(wheel_dir).glob("**/*"):
print("Processing file: {}".format(f.name))
if f.name.endswith("any.whl") or f.name.endswith("universal2.whl"):
print(f"Fixing wheel {f.name} with new tag {platform_tag}")
tags(str(f.absolute()), None, None, platform_tag, None, True)


Expand Down

0 comments on commit dfb10c1

Please sign in to comment.