Skip to content

Commit 26013a6

Browse files
committed
again change pinned version of wheel
1 parent 6aa5a0d commit 26013a6

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@0dd9f3e66893517ec4c9521db523ea3a899a5148'], env=env)
99+
call(['pip', 'install', 'git+https://github.com/pypa/wheel/commit/882650d0fd2fadd75f4ea7c5d6b62f15f81b398a'], env=env)
100100
call(['pip', 'install', 'delocate'], env=env)
101101

102102
# run the before_build command

0 commit comments

Comments
 (0)