From a48e2579a2fad4e5517a7068acc8e571f89256fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 16:06:49 +0000 Subject: Bump joerick/cibuildwheel from 2.5.0 to 2.6.0 Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.5.0 to 2.6.0. - [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.5.0...2.6.0) --- 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 cc462c8..cb60dcd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: uses: docker/setup-qemu-action@v1 with: platforms: arm64 - - uses: joerick/cibuildwheel@2.5.0 + - uses: joerick/cibuildwheel@2.6.0 env: CIBW_SKIP: 'pp*' CIBW_ARCHS_LINUX: auto aarch64 -- cgit v1.2.1