Skip to content

Commit f0bf05c

Browse files
Bump pypa/cibuildwheel from 2.11.3 to 2.11.4
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.3 to 2.11.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.11.3...v2.11.4) --- 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 11a8c5d commit f0bf05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ matrix.arch == 'aarch64' }}
2828
uses: docker/setup-qemu-action@v2
2929
- name: Build wheels
30-
uses: pypa/cibuildwheel@v2.11.3
30+
uses: pypa/cibuildwheel@v2.11.4
3131
env:
3232
CIBW_SKIP: "cp36-* pp* *-win32 *-manylinux_i686 *-musllinux*"
3333
CIBW_ARCHS_LINUX: ${{ matrix.arch }}

0 commit comments

Comments
 (0)