Skip to content

Commit 1ba7b37

Browse files
CICD: Bump pypa/cibuildwheel from 2.16.5 to 2.17.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.0) --- 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 d12112e commit 1ba7b37

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
@@ -107,7 +107,7 @@ jobs:
107107
-DCMAKE_INSTALL_PREFIX="/usr/local"
108108
cmake --build openmp_build --target install --config Release
109109
110-
- uses: pypa/cibuildwheel@v2.16.5
110+
- uses: pypa/cibuildwheel@v2.17.0
111111
env:
112112
# only build for ARM; x86_64wheels are build seperately
113113
CIBW_ARCHS: "arm64"

0 commit comments

Comments
 (0)