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 cda59a2 commit f578fb0Copy full SHA for f578fb0
.github/workflows/build-push.yml
@@ -193,15 +193,15 @@ jobs:
193
194
- name: Install cython
195
run: |
196
- python -m pip install Cython
+ python -m pip install 'Cython>=3.0.11,<4'
197
198
- name: Install setuptools
199
200
- python -m pip install setuptools
+ python -m pip install setuptools --upgrade
201
202
- name: Install wheel
203
204
- python -m pip wheel
+ python -m pip install wheel --upgrade
205
206
- name: Build wheels
207
env:
0 commit comments