Skip to content

Commit 6aa5a0d

Browse files
committed
change pinned version of wheel
1 parent 3b56ef8 commit 6aa5a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def call(args, env=None, cwd=None, shell=False):
9696
assert os.path.exists(os.path.join(installation_bin_path, 'pip'))
9797
call(['pip', '--version'], env=env)
9898
call(['pip', 'install', '--upgrade', 'setuptools'], env=env)
99-
call(['pip', 'install', 'git+https://github.com/Czaki/wheel.git@1a907d36eb4921efa0c9e7dce6b570aa5f84d7f5'], env=env)
99+
call(['pip', 'install', 'git+https://github.com/Czaki/wheel.git@0dd9f3e66893517ec4c9521db523ea3a899a5148'], env=env)
100100
call(['pip', 'install', 'delocate'], env=env)
101101

102102
# run the before_build command

0 commit comments

Comments
 (0)