mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Install wheel before building mmseg (#14)
This commit is contained in:
parent
bc285bea28
commit
5d2140f0ca
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Build MMSegmentation
|
- name: Build MMSegmentation
|
||||||
run: python setup.py sdist bdist_wheel
|
run: |
|
||||||
|
pip install wheel
|
||||||
|
python setup.py sdist bdist_wheel
|
||||||
- name: Publish distribution to PyPI
|
- name: Publish distribution to PyPI
|
||||||
run: |
|
run: |
|
||||||
pip install twine
|
pip install twine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user