We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d49ac commit c5a9341Copy full SHA for c5a9341
.github/macos-build.sh
@@ -49,7 +49,7 @@ sudo make install
49
cd ../..
50
51
python -m pip install --upgrade setuptools wheel pip setuptools-scm
52
-python -m pip install cibuildwheel==2.14.1
+python -m pip install cibuildwheel==2.17.0
53
pip install -r requirements.txt
54
55
python -m cibuildwheel --platform macos --archs x86_64,arm64,universal2 --output-dir dist
0 commit comments