Skip to content

Commit 8e67b51

Browse files
dependabot[bot]pablogsal
authored andcommitted
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.0
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] <support@github.com>
1 parent 51c3cc9 commit 8e67b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
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.22.0
108+
uses: pypa/cibuildwheel@v2.23.0
109109
env:
110110
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
111111
CIBW_ARCHS_LINUX: auto
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
155155
- name: Build wheels
156-
uses: pypa/cibuildwheel@v2.22.0
156+
uses: pypa/cibuildwheel@v2.23.0
157157
env:
158158
CIBW_BUILD: "cp3{8..13}-*"
159159
CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)