diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 57b3740..0c4cd85 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: pypa/cibuildwheel@v1.12.0 + - uses: pypa/cibuildwheel@v2.1.2 env: # Python 2.7 on Windows requires a workaround for C++11 support, # built separately below @@ -74,7 +74,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Build 64-bit wheel - uses: pypa/cibuildwheel@v1.12.0 + uses: pypa/cibuildwheel@v2.1.2 env: CIBW_BUILD: cp27-win_amd64 DISTUTILS_USE_SDK: 1 @@ -85,7 +85,7 @@ jobs: arch: x86 - name: Build 32-bit wheel - uses: pypa/cibuildwheel@v1.12.0 + uses: pypa/cibuildwheel@v2.1.2 env: CIBW_BUILD: cp27-win32 DISTUTILS_USE_SDK: 1