From 4c26c3497915d7275b96006347f98780952922cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 09:55:21 -0400 Subject: [PATCH] chore: bump pypa/cibuildwheel from 1.11.0 to 1.11.1 (#79) --- .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 9f86990..28281b3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: pypa/cibuildwheel@v1.11.0 + - uses: pypa/cibuildwheel@v1.11.1 env: # Python 2.7 on Windows requires a workaround for C++11 support, # built separately below @@ -72,7 +72,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Build 64-bit wheel - uses: pypa/cibuildwheel@v1.11.0 + uses: pypa/cibuildwheel@v1.11.1 env: CIBW_BUILD: cp27-win_amd64 DISTUTILS_USE_SDK: 1 @@ -83,7 +83,7 @@ jobs: arch: x86 - name: Build 32-bit wheel - uses: pypa/cibuildwheel@v1.11.0 + uses: pypa/cibuildwheel@v1.11.1 env: CIBW_BUILD: cp27-win32 DISTUTILS_USE_SDK: 1