Skip to content

Commit 8071d83

Browse files
CICD: Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#74)
* Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.0.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * CICD: Update CIBuildwheels --------- 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 ab688c7 commit 8071d83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.22.0
84+
run: python -m pip install cibuildwheel==3.0.0
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.23.3
144+
- uses: pypa/cibuildwheel@v3.0.0
145145
env:
146146
# only build for x86_64, arm wheels are build seperately
147147
CIBW_ARCHS: "x86_64"

0 commit comments

Comments
 (0)