Skip to content

Commit

Permalink
install wheel in github action (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwwWayne committed Sep 10, 2020
1 parent 9546ec9 commit 039ad4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
python-version: 3.7
- name: Install torch
run: pip install torch
- name: Install wheel
run: pip install wheel
- name: Build MMDetection
run: python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
Expand Down

0 comments on commit 039ad4d

Please sign in to comment.