File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4141 - name : Install dependencies
4242 run : |
4343 python -m pip install --upgrade pip
44+ python -m pip install wheel
4445 python -m pip install cython --install-option="--no-cython-compile"
4546 - name : Install
4647 run : |
Original file line number Diff line number Diff line change 2323 - name : 🔗 Install dependencies
2424 run : |
2525 python -m pip install --upgrade pip
26+ python -m pip install wheel
2627 python -m pip install cython --install-option="--no-cython-compile"
2728 - name : 💎 Install
2829 run : |
6162 - name : 💃 Build release
6263 if : success() && startsWith(github.ref, 'refs/tags')
6364 run : |
64- python -m pip install wheel
6565 python setup.py clean --all sdist bdist_wheel
6666 - name : 📦 Publish release to PyPI
6767 if : success() && startsWith(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29+ python -m pip install wheel
2930 python -m pip install cython --install-option="--no-cython-compile"
3031 - name : Install
3132 run : |
You can’t perform that action at this time.
0 commit comments