From d699858c4082beef31bc9a9ba5379c11e3f23317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:43:22 +0000 Subject: [PATCH] Bump pypa/cibuildwheel in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17.0 to 2.19.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.19.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_python.yml b/.github/workflows/build_python.yml index ab8bd44..5f6f582 100644 --- a/.github/workflows/build_python.yml +++ b/.github/workflows/build_python.yml @@ -111,7 +111,7 @@ jobs: platforms: aarch64 - name: Build binary wheels with cibuildwheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS_LINUX: ${{ env.BUILD_ARCH }} CIBW_SKIP: cp36* pp* *musllinux*