From ae9ef7ca74e02312fb7390ae44f161089fe157c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 08:16:29 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.7.0 to 2.8.0 (#84) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 271de6a5..7eff5e4f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: # with: # platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@2.7.0 + uses: pypa/cibuildwheel@v2.8.0 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }}