Skip to content

Commit 2c27afb

Browse files
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.0 (#832)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.0. - [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.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d42afa commit 2c27afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: recursive
3434

3535
- name: Build wheel
36-
uses: pypa/cibuildwheel@v2.22.0
36+
uses: pypa/cibuildwheel@v2.23.0
3737
env:
3838
CIBW_ARCHS: "${{ matrix.archs }}"
3939
CIBW_BUILD: "cp312-${{ matrix.build }}*"

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
python-version: 3.8
7070

7171
- name: Build wheels
72-
uses: pypa/cibuildwheel@v2.22.0
72+
uses: pypa/cibuildwheel@v2.23.0
7373
env:
7474
CIBW_ARCHS: "${{ matrix.archs }}"
7575
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)