Skip to content

chore: bump pypa/cibuildwheel from 1.11.1 to 1.12.0 #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: pypa/cibuildwheel@v1.11.1
- uses: pypa/cibuildwheel@v1.12.0
env:
# Python 2.7 on Windows requires a workaround for C++11 support,
# built separately below
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1

- name: Build 64-bit wheel
uses: pypa/cibuildwheel@v1.11.1
uses: pypa/cibuildwheel@v1.12.0
env:
CIBW_BUILD: cp27-win_amd64
DISTUTILS_USE_SDK: 1
Expand All @@ -83,7 +83,7 @@ jobs:
arch: x86

- name: Build 32-bit wheel
uses: pypa/cibuildwheel@v1.11.1
uses: pypa/cibuildwheel@v1.12.0
env:
CIBW_BUILD: cp27-win32
DISTUTILS_USE_SDK: 1
Expand Down