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 c005ab6 commit cda59a2Copy full SHA for cda59a2
.github/workflows/build-push.yml
@@ -69,6 +69,14 @@ jobs:
69
run: |
70
python -m pip install Cython
71
72
+ - name: Install setuptools
73
+ run: |
74
+ python -m pip install setuptools
75
+
76
+ - name: Install wheel
77
78
+ python -m pip wheel
79
80
- name: Install OpenSSL for Windows
81
if: runner.os == 'Windows'
82
@@ -187,6 +195,14 @@ jobs:
187
195
188
196
189
197
198
199
200
201
202
203
204
205
190
206
- name: Build wheels
191
207
env:
192
208
CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit
0 commit comments