Skip to content

Commit 3653f5b

Browse files
committed
Use cibuildwheel 2.21, not 2.21.3
1 parent 0447fda commit 3653f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
brew fetch --retry libomp && brew reinstall libomp
148148
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
149149
150-
- uses: pypa/[email protected].3
150+
- uses: pypa/[email protected]
151151
with:
152152
output-dir: wheelhouse
153153
env:

0 commit comments

Comments
 (0)