File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Build a binary wheel
4848 run : |
49- python setup.py build_ext
5049 python setup.py bdist_wheel
5150
5251 - name : Upload Wheel to Release
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ jobs:
2727 cache : pip
2828
2929 - name : Install build deps
30- run : python -m pip install setuptools wheel
30+ run : |
31+ python -m pip install --upgrade setuptools
32+ python -m pip install wheel
3133
3234 - name : Build a binary wheel
3335 run : |
34- python setup.py build_ext
3536 python setup.py bdist_wheel
3637
3738 - name : Test Run
Original file line number Diff line number Diff line change 2828 architecture : ${{ matrix.architecture }}
2929
3030 - name : Install build deps
31- run : python -m pip install setuptools wheel
31+ run : |
32+ python -m pip install --upgrade setuptools
33+ python -m pip install wheel
3234
3335 - name : Build a binary wheel
3436 run : |
You can’t perform that action at this time.
0 commit comments