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 85c335d commit 5592886Copy full SHA for 5592886
.github/workflows/wheels.yml
@@ -145,7 +145,7 @@ jobs:
145
brew fetch --retry libomp && brew reinstall libomp
146
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
147
148
- - uses: pypa/cibuildwheel@v3.2.1
+ - uses: pypa/cibuildwheel@v2.22
149
with:
150
output-dir: wheelhouse
151
env:
0 commit comments