Skip to content

Commit 05d441b

Browse files
build(deps): bump pypa/cibuildwheel from 2.21.2 to 2.21.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4139bf commit 05d441b

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.21.2
36+
uses: pypa/cibuildwheel@v2.21.3
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.21.2
72+
uses: pypa/cibuildwheel@v2.21.3
7373
env:
7474
CIBW_ARCHS: "${{ matrix.archs }}"
7575
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)