Skip to content

Commit

Permalink
Bump joerick/cibuildwheel from 1.10.0 to 1.11.0 (pybind#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 19, 2021
1 parent 6de957d commit 8fa57a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8fa57a7

Please sign in to comment.