We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1509b49 commit 03a9effCopy full SHA for 03a9eff
.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@v2.21
+ - uses: pypa/cibuildwheel@v2.22
149
with:
150
output-dir: wheelhouse
151
env:
0 commit comments