Skip to content

Commit f578fb0

Browse files
committed
1
1 parent cda59a2 commit f578fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ jobs:
193193
194194
- name: Install cython
195195
run: |
196-
python -m pip install Cython
196+
python -m pip install 'Cython>=3.0.11,<4'
197197
198198
- name: Install setuptools
199199
run: |
200-
python -m pip install setuptools
200+
python -m pip install setuptools --upgrade
201201
202202
- name: Install wheel
203203
run: |
204-
python -m pip wheel
204+
python -m pip install wheel --upgrade
205205
206206
- name: Build wheels
207207
env:

0 commit comments

Comments
 (0)