Skip to content

Commit 4c26c34

Browse files
chore: bump pypa/cibuildwheel from 1.11.0 to 1.11.1 (#79)
1 parent c75a04b commit 4c26c34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v2
4545

46-
- uses: pypa/cibuildwheel@v1.11.0
46+
- uses: pypa/cibuildwheel@v1.11.1
4747
env:
4848
# Python 2.7 on Windows requires a workaround for C++11 support,
4949
# built separately below
@@ -72,7 +72,7 @@ jobs:
7272
- uses: ilammy/msvc-dev-cmd@v1
7373

7474
- name: Build 64-bit wheel
75-
uses: pypa/cibuildwheel@v1.11.0
75+
uses: pypa/cibuildwheel@v1.11.1
7676
env:
7777
CIBW_BUILD: cp27-win_amd64
7878
DISTUTILS_USE_SDK: 1
@@ -83,7 +83,7 @@ jobs:
8383
arch: x86
8484

8585
- name: Build 32-bit wheel
86-
uses: pypa/cibuildwheel@v1.11.0
86+
uses: pypa/cibuildwheel@v1.11.1
8787
env:
8888
CIBW_BUILD: cp27-win32
8989
DISTUTILS_USE_SDK: 1

0 commit comments

Comments
 (0)