Skip to content

Commit cfbd005

Browse files
committed
line
1 parent d4ca5a8 commit cfbd005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packaging/wheel/relocate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ def compress_wheel(output_dir, wheel, wheel_dir, wheel_name):
297297
f.write(f"{rel_file},{digest},{size}\n")
298298

299299
print("Compressing wheel")
300-
301300
base_wheel_name = osp.join(wheel_dir, wheel_name)
302301
shutil.make_archive(base_wheel_name, "zip", output_dir)
303302
os.remove(wheel)

0 commit comments

Comments
 (0)