Skip to content

Commit 1528793

Browse files
authored
Install wheel before building mmseg (open-mmlab#14)
1 parent 550e02b commit 1528793

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
with:
1414
python-version: 3.7
1515
- name: Build MMSegmentation
16-
run: python setup.py sdist bdist_wheel
16+
run: |
17+
pip install wheel
18+
python setup.py sdist bdist_wheel
1719
- name: Publish distribution to PyPI
1820
run: |
1921
pip install twine

0 commit comments

Comments
 (0)