Skip to content

Commit 28d150b

Browse files
temporary comment
1 parent 7c7b345 commit 28d150b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/wheelbuilder/build_wheels.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ def build_wheels(pip):
147147

148148

149149
def repair_wheels():
150+
print("Repairing wheels")
150151
if sys.platform == "win32":
152+
print("This is my special output!!!!!!!!!!!!!!!!!!!!!")
151153
wheels = glob(join("wheelhouse", "*.whl"))
152154
if not wheels:
153155
print("No wheels found to repair.")

0 commit comments

Comments
 (0)