We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61e168 commit 055be0dCopy full SHA for 055be0d
.github/workflows/wheels.yml
@@ -81,7 +81,7 @@ jobs:
81
cmake --build openmp_build --target install --config Release
82
83
- name: Install cibuildwheel
84
- run: python -m pip install cibuildwheel==2.22.0
+ run: python -m pip install cibuildwheel==2.23.2
85
86
- name: Build wheels
87
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments