Skip to content

Commit ce16e3d

Browse files
committed
WIP: use master cibw
1 parent bfb781e commit ce16e3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- uses: actions/setup-python@v2
9191

92-
- uses: henryiii/cibuildwheel@feat/actions
92+
- uses: joerick/cibuildwheel@master
9393
env:
9494
CIBW_BUILD: cp38-win_amd64 cp27-manylinux_i686 cp37-macosx_x86_64
9595
CIBW_TEST_EXTRAS: test

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- uses: actions/setup-python@v2
7474

75-
- uses: henryiii/cibuildwheel@feat/actions
75+
- uses: joerick/cibuildwheel@master
7676
env:
7777
CIBW_SKIP: cp27-win* pp*
7878
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
- uses: actions/setup-python@v2
111111

112-
- uses: henryiii/cibuildwheel@feat/actions
112+
- uses: joerick/cibuildwheel@master
113113
env:
114114
CIBW_SKIP: cp*
115115

@@ -143,7 +143,7 @@ jobs:
143143
- uses: ilammy/msvc-dev-cmd@v1
144144

145145
- name: Build 64-bit wheel
146-
uses: henryiii/cibuildwheel@feat/actions
146+
uses: joerick/cibuildwheel@master
147147
env:
148148
CIBW_BUILD: cp27-win_amd64
149149
DISTUTILS_USE_SDK: 1
@@ -154,7 +154,7 @@ jobs:
154154
arch: x86
155155

156156
- name: Build 32-bit wheel
157-
uses: henryiii/cibuildwheel@feat/actions
157+
uses: joerick/cibuildwheel@master
158158
env:
159159
CIBW_BUILD: cp27-win32 pp27-win32
160160
DISTUTILS_USE_SDK: 1

0 commit comments

Comments
 (0)