Skip to content

Commit eda039f

Browse files
committed
maint: install wheel explicitly for cibuildwheel on Windows
This is needed for cibuildwheel >= 2.18.0 since wheel is no longer installed implicitly.
1 parent e959c72 commit eda039f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ mv libpython${VER}.a libs
4040
# Install build dependencies #
4141
###################################################
4242

43-
pip install cython numpy delvewheel
43+
pip install cython numpy delvewheel wheel

0 commit comments

Comments
 (0)