Skip to content

Commit 3ab11f0

Browse files
build(deps): bump pypa/cibuildwheel from 2.21.3 to 2.22.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.3...v2.22.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 19b9759 commit 3ab11f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
tar zxvf *.tar.gz --strip-components=1
6868
- name: Build wheels
69-
uses: pypa/cibuildwheel@v2.21.3
69+
uses: pypa/cibuildwheel@v2.22.0
7070
env:
7171
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
7272
CIBW_ARCHS_LINUX: auto aarch64

0 commit comments

Comments
 (0)