From c60f9d2f32b61e2848fc72746e34a864196db311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:19:03 -0400 Subject: [PATCH] Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#127) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.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.15.0...v2.16.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index cec6925fb..768e57e8a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -60,7 +60,7 @@ jobs: if: ${{ runner.os == 'Windows' && env.IS_32_BIT == 'false' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.0 # Build all wheels here, apart from macosx_arm64, linux_aarch64 # cibuildwheel is currently unable to pass configuration flags to # CIBW_BUILD_FRONTEND https://github.com/pypa/cibuildwheel/issues/1227 @@ -109,7 +109,7 @@ jobs: python spin setup-submodule - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: ${{ matrix.python[0] }}-macosx_arm64 CIBW_ARCHS_MACOS: arm64