Skip to content

Commit cda59a2

Browse files
committed
1
1 parent c005ab6 commit cda59a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ jobs:
6969
run: |
7070
python -m pip install Cython
7171
72+
- name: Install setuptools
73+
run: |
74+
python -m pip install setuptools
75+
76+
- name: Install wheel
77+
run: |
78+
python -m pip wheel
79+
7280
- name: Install OpenSSL for Windows
7381
if: runner.os == 'Windows'
7482
run: |
@@ -187,6 +195,14 @@ jobs:
187195
run: |
188196
python -m pip install Cython
189197
198+
- name: Install setuptools
199+
run: |
200+
python -m pip install setuptools
201+
202+
- name: Install wheel
203+
run: |
204+
python -m pip wheel
205+
190206
- name: Build wheels
191207
env:
192208
CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit

0 commit comments

Comments
 (0)