From b81690cfd5146e902aa2ae3a55db83a4b1f78495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 19:19:05 +0000 Subject: [PATCH] build(deps): Bump pypa/cibuildwheel from 2.2.2 to 2.4.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.2.2 to 2.4.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.2.2...v2.4.0) --- 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..ec761d1 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.4.0 - uses: actions/upload-artifact@v2 with: