Skip to content

Commit 413dfce

Browse files
CICD: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 (#121)
* CICD: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.1...v2.21.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralph Urlus <RUrlus@users.noreply.github.com>
1 parent e5251db commit 413dfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cmake --build openmp_build --target install --config Release
8282
8383
- name: Install cibuildwheel
84-
run: python -m pip install cibuildwheel==2.21.1
84+
run: python -m pip install cibuildwheel==2.21.2
8585

8686
- name: Build wheels
8787
run: python -m cibuildwheel --output-dir wheelhouse
@@ -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.21.1
144+
- uses: pypa/cibuildwheel@v2.21.2
145145
env:
146146
# only build for x86_64, arm wheels are build seperately
147147
CIBW_ARCHS: "x86_64"

0 commit comments

Comments
 (0)