From aceea1efee0ab6900bf2220e1eb149aca5cab107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:28:02 +0000 Subject: [PATCH] Build(deps): bump pypa/cibuildwheel from 2.10.0 to 2.10.2 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.0 to 2.10.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.10.0...v2.10.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- .github/workflows/wheels.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7ca861f68..8903a3c6da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,12 +58,12 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.10.0 + - uses: pypa/cibuildwheel@v2.10.2 env: CIBW_ARCHS_MACOS: universal2 CIBW_BUILD: cp39-win_amd64 cp37-manylinux_x86_64 cp38-macosx_universal2 - - uses: pypa/cibuildwheel@v2.10.0 + - uses: pypa/cibuildwheel@v2.10.2 if: matrix.os == 'ubuntu-latest' env: CIBW_BUILD: cp311-manylinux_x86_64 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c0b5297301..f2503afef6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -53,7 +53,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.10.0 + - uses: pypa/cibuildwheel@v2.10.2 env: CIBW_BUILD: ${{ matrix.build }} CIBW_ARCHS: ${{ matrix.arch }} @@ -79,7 +79,7 @@ jobs: - uses: docker/setup-qemu-action@v2.0.0 - - uses: pypa/cibuildwheel@v2.10.0 + - uses: pypa/cibuildwheel@v2.10.2 env: CIBW_BUILD: cp${{ matrix.python }}-* CIBW_ARCHS: ${{ matrix.arch }}