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 2e6920e commit 680a03fCopy full SHA for 680a03f
.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.22
+ - uses: pypa/cibuildwheel@v2.23
149
with:
150
output-dir: wheelhouse
151
env:
0 commit comments