Skip to content

Commit b7c1547

Browse files
dependabot[bot]pablogsal
authored andcommitted
build(deps): bump pypa/cibuildwheel from 2.18.1 to 2.19.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.1 to 2.19.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18.1...v2.19.1) --- 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 d9df1dd commit b7c1547

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.18.1
108+
uses: pypa/cibuildwheel@v2.19.1
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.18.1
157+
uses: pypa/cibuildwheel@v2.19.1
158158
env:
159159
CIBW_BUILD: "cp3{8..13}-*"
160160
CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)