Skip to content

Commit 6995465

Browse files
authored
fix publish to pypi (#438)
1 parent 58e64e5 commit 6995465

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
python-version: 3.7
1919
- name: Build MMGeneration
2020
run: |
21-
pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2221
pip install wheel
23-
python setup.py sdist bdist_wheel
22+
python setup.py sdist
2423
- name: Publish distribution to PyPI
2524
run: |
2625
pip install twine

0 commit comments

Comments
 (0)