From 9929b32d4c72143a5c0aa98e3da7e32d68bff97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 19:18:58 +0000 Subject: [PATCH] build(deps): Bump pypa/cibuildwheel from 2.2.2 to 2.3.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.2.2 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.2...v2.3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/autowheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autowheel.yml b/.github/workflows/autowheel.yml index 17f1f24..b5f840c 100644 --- a/.github/workflows/autowheel.yml +++ b/.github/workflows/autowheel.yml @@ -23,7 +23,7 @@ jobs: run: pip install setuptools wheel numpy Cython pygments - name: Build wheels - uses: pypa/cibuildwheel@v2.2.2 + uses: pypa/cibuildwheel@v2.3.1 - uses: actions/upload-artifact@v2 with: