mirror of https://github.com/open-mmlab/mmocr.git
parent
62c452359f
commit
af3cb8d5d7
|
@ -13,7 +13,9 @@ jobs:
|
|||
with:
|
||||
python-version: 3.7
|
||||
- name: Build MMOCR
|
||||
run: python setup.py sdist
|
||||
run: |
|
||||
pip install wheel
|
||||
python setup.py sdist bdist_wheel
|
||||
- name: Publish distribution to PyPI
|
||||
run: |
|
||||
pip install twine
|
||||
|
|
Loading…
Reference in New Issue