Skip to content

Commit

Permalink
fix publish to pypi (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoXing1996 authored Sep 14, 2022
1 parent 6995465 commit f6551e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
python-version: 3.7
- name: Build MMGeneration
run: |
pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install wheel
python setup.py sdist
- name: Publish distribution to PyPI
Expand Down

0 comments on commit f6551e1

Please sign in to comment.