Install wheel before building mmseg (#14)

This commit is contained in:
Kai Chen 2020-07-14 00:28:13 +08:00 committed by GitHub
parent 550e02b7cb
commit 152879330b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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