From 04f2d710ed0ee14b526a250c851c896b1704624f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:16:26 +0000 Subject: [PATCH] chore(deps): bump joerick/cibuildwheel from 1.10.0 to 2.11.4 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 1.10.0 to 2.11.4. - [Release notes](https://github.com/joerick/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/joerick/cibuildwheel/compare/v1.10.0...v2.11.4) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4951598..c882e9d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -47,7 +47,7 @@ jobs: with: submodules: true - - uses: joerick/cibuildwheel@v1.10.0 + - uses: joerick/cibuildwheel@v2.11.4 env: # Python 2.7 on Windows with workaround not supported by scikit-build CIBW_SKIP: cp27-win*