Skip to content

Commit 680a03f

Browse files
Bump pypa/cibuildwheel from 2.22 to 2.23
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22 to 2.23. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v2.23) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e6920e commit 680a03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
brew fetch --retry libomp && brew reinstall libomp
146146
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
147147
148-
- uses: pypa/cibuildwheel@v2.22
148+
- uses: pypa/cibuildwheel@v2.23
149149
with:
150150
output-dir: wheelhouse
151151
env:

0 commit comments

Comments
 (0)