From 2473c405bc7bf9dda9191c59c9d9b8ad913cbdd5 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 14 Jan 2020 19:48:47 +0100 Subject: [PATCH] again change pinned version of wheel --- cibuildwheel/macos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index d1b98b93..7ca603c0 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -97,7 +97,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef assert os.path.exists(os.path.join(installation_bin_path, 'pip')) call(['pip', '--version'], env=env) call(['pip', 'install', '--upgrade', 'setuptools'], env=env) - call(['pip', 'install', 'git+https://github.com/Czaki/wheel.git@0dd9f3e66893517ec4c9521db523ea3a899a5148'], env=env) + call(['pip', 'install', 'git+https://github.com/pypa/wheel.git@882650d0fd2fadd75f4ea7c5d6b62f15f81b398a'], env=env) call(['pip', 'install', 'delocate'], env=env) # run the before_build command