From 571f013fde0e471d9c09e19c4af0cf17d7cb0207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:19:00 +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.19.2 to 2.21.0 - [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.19.2...v2.21.0) --- 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 5f6f582..99a9f11 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.19.2 + uses: pypa/cibuildwheel@v2.21.0 env: CIBW_ARCHS_LINUX: ${{ env.BUILD_ARCH }} CIBW_SKIP: cp36* pp* *musllinux*