We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75a04b commit 4c26c34Copy full SHA for 4c26c34
.github/workflows/wheels.yml
@@ -43,7 +43,7 @@ jobs:
43
steps:
44
- uses: actions/checkout@v2
45
46
- - uses: pypa/cibuildwheel@v1.11.0
+ - uses: pypa/cibuildwheel@v1.11.1
47
env:
48
# Python 2.7 on Windows requires a workaround for C++11 support,
49
# built separately below
@@ -72,7 +72,7 @@ jobs:
72
- uses: ilammy/msvc-dev-cmd@v1
73
74
- name: Build 64-bit wheel
75
- uses: pypa/cibuildwheel@v1.11.0
+ uses: pypa/cibuildwheel@v1.11.1
76
77
CIBW_BUILD: cp27-win_amd64
78
DISTUTILS_USE_SDK: 1
@@ -83,7 +83,7 @@ jobs:
83
arch: x86
84
85
- name: Build 32-bit wheel
86
87
88
CIBW_BUILD: cp27-win32
89
0 commit comments