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 7ceb01e commit 986b753Copy full SHA for 986b753
.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@v3.0.0
+ - uses: pypa/cibuildwheel@v3.0.1
145
env:
146
# only build for x86_64, arm wheels are build seperately
147
CIBW_ARCHS: "x86_64"
0 commit comments