Skip to content

Commit e61e168

Browse files
CICD: Bump pypa/cibuildwheel from 2.22.0 to 2.23.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e94a6a commit e61e168

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
@@ -141,7 +141,7 @@ jobs:
141141
-DCMAKE_INSTALL_PREFIX="/usr/local"
142142
cmake --build openmp_build --target install --config Release
143143
144-
- uses: pypa/cibuildwheel@v2.22.0
144+
- uses: pypa/cibuildwheel@v2.23.2
145145
env:
146146
# only build for x86_64, arm wheels are build seperately
147147
CIBW_ARCHS: "x86_64"

0 commit comments

Comments
 (0)