From 8fa57a713ec594bc3aef49aee2caac4a174dba48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 21:31:38 +0000 Subject: [PATCH] Bump joerick/cibuildwheel from 1.10.0 to 1.11.0 (#43) --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 26a0eaf0cd..dde22a7a00 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -47,7 +47,7 @@ jobs: with: submodules: true - - uses: joerick/cibuildwheel@v1.10.0 + - uses: pypa/cibuildwheel@v1.11.0 env: # Python 2.7 on Windows requires a workaround for C++11 support, # built separately below @@ -76,7 +76,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Build 64-bit wheel - uses: joerick/cibuildwheel@v1.10.0 + uses: pypa/cibuildwheel@v1.11.0 env: CIBW_BUILD: cp27-win_amd64 DISTUTILS_USE_SDK: 1 @@ -87,7 +87,7 @@ jobs: arch: x86 - name: Build 32-bit wheel - uses: joerick/cibuildwheel@v1.10.0 + uses: pypa/cibuildwheel@v1.11.0 env: CIBW_BUILD: cp27-win32 DISTUTILS_USE_SDK: 1