Skip to content

Commit 3393682

Browse files
build(deps): bump pypa/cibuildwheel from 2.21.2 to 2.22.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 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.2...v2.22.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a38fba commit 3393682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
107107
- name: Build wheels
108-
uses: pypa/cibuildwheel@v2.21.2
108+
uses: pypa/cibuildwheel@v2.22.0
109109
env:
110110
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
111111
CIBW_ARCHS_LINUX: auto aarch64
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
156156
- name: Build wheels
157-
uses: pypa/cibuildwheel@v2.21.2
157+
uses: pypa/cibuildwheel@v2.22.0
158158
env:
159159
CIBW_BUILD: "cp3{8..13}-*"
160160
CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)