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 6e94a6a commit e61e168Copy full SHA for e61e168
.github/workflows/wheels.yml
@@ -141,7 +141,7 @@ jobs:
141
-DCMAKE_INSTALL_PREFIX="/usr/local"
142
cmake --build openmp_build --target install --config Release
143
144
- - uses: pypa/cibuildwheel@v2.22.0
+ - uses: pypa/cibuildwheel@v2.23.2
145
env:
146
# only build for x86_64, arm wheels are build seperately
147
CIBW_ARCHS: "x86_64"
0 commit comments