Skip to content

Commit

Permalink
update publish yml (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhk-hbsun authored May 18, 2021
1 parent 62c4523 commit af3cb8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af3cb8d

Please sign in to comment.