From 27a4ab9393f244bf19f893cb1a198a49dc764192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:06:11 +0000 Subject: Bump joerick/cibuildwheel from 2.7.0 to 2.8.1 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.7.0 to 2.8.1. - [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/2.7.0...v2.8.1) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a0a690c..78339fd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: uses: docker/setup-qemu-action@v2 with: platforms: arm64 - - uses: joerick/cibuildwheel@2.7.0 + - uses: joerick/cibuildwheel@v2.8.1 env: CIBW_SKIP: 'pp*' CIBW_ARCHS_LINUX: auto aarch64 -- cgit v1.2.1