File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
90
90
- uses : actions/setup-python@v2
91
91
92
- - uses : henryiii /cibuildwheel@feat/actions
92
+ - uses : joerick /cibuildwheel@master
93
93
env :
94
94
CIBW_BUILD : cp38-win_amd64 cp27-manylinux_i686 cp37-macosx_x86_64
95
95
CIBW_TEST_EXTRAS : test
Original file line number Diff line number Diff line change 72
72
73
73
- uses : actions/setup-python@v2
74
74
75
- - uses : henryiii /cibuildwheel@feat/actions
75
+ - uses : joerick /cibuildwheel@master
76
76
env :
77
77
CIBW_SKIP : cp27-win* pp*
78
78
CIBW_MANYLINUX_I686_IMAGE : ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- uses : actions/setup-python@v2
111
111
112
- - uses : henryiii /cibuildwheel@feat/actions
112
+ - uses : joerick /cibuildwheel@master
113
113
env :
114
114
CIBW_SKIP : cp*
115
115
@@ -143,7 +143,7 @@ jobs:
143
143
- uses : ilammy/msvc-dev-cmd@v1
144
144
145
145
- name : Build 64-bit wheel
146
- uses : henryiii /cibuildwheel@feat/actions
146
+ uses : joerick /cibuildwheel@master
147
147
env :
148
148
CIBW_BUILD : cp27-win_amd64
149
149
DISTUTILS_USE_SDK : 1
@@ -154,7 +154,7 @@ jobs:
154
154
arch : x86
155
155
156
156
- name : Build 32-bit wheel
157
- uses : henryiii /cibuildwheel@feat/actions
157
+ uses : joerick /cibuildwheel@master
158
158
env :
159
159
CIBW_BUILD : cp27-win32 pp27-win32
160
160
DISTUTILS_USE_SDK : 1
You can’t perform that action at this time.
0 commit comments