Commit 072a89de authored by ZwwWayne's avatar ZwwWayne Committed by Wenwei Zhang
Browse files

Skip whl when publish to pypi

parent 98663ee7
...@@ -13,9 +13,7 @@ jobs: ...@@ -13,9 +13,7 @@ jobs:
with: with:
python-version: 3.7 python-version: 3.7
- name: Build MMDet3D - name: Build MMDet3D
run: | run: python setup.py sdist
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI - name: Publish distribution to PyPI
run: | run: |
pip install twine pip install twine
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment