Install wheel before building mmseg (#14)
This commit is contained in:
parent
550e02b7cb
commit
152879330b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
- 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
|
||||
run: |
|
||||
pip install twine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user