update publish yml (#218)

pull/220/head v0.2.0
Hongbin Sun 2021-05-18 22:58:21 +08:00 committed by GitHub
parent 62c452359f
commit af3cb8d5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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