From 0aa7f457d3daa75f36c65f9cbb8f1294bf32997b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:55:05 -0500 Subject: [PATCH] Bump pypa/cibuildwheel from 2.2.0 to 2.3.1 (#77) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.2.0 to 2.3.1. - [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.2.0...v2.3.1) --- 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 62bcf17a7f..9a5b6d387b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-python@v2 - name: Build and test wheels - uses: pypa/cibuildwheel@v2.2.0 + uses: pypa/cibuildwheel@v2.3.1 env: CIBW_BUILD: "cp${{ matrix.python }}-*" CIBW_BEFORE_TEST_LINUX: > @@ -68,7 +68,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v2.2.0 + uses: pypa/cibuildwheel@v2.3.1 env: CIBW_BUILD: "cp${{ matrix.python }}-*" CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=10.14