Skip to content

Commit

Permalink
Install wheel package in CI to support bdist_wheel command (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Jun 29, 2023
1 parent 4f51a93 commit af0aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.7
- name: Upgrade Setuptools
run: pip install setuptools --upgrade
run: pip install setuptools wheel --upgrade
- name: Build MMCV
run: |
sed -i "s/os.getenv('MMCV_WITH_OPS', '1')/os.getenv('MMCV_WITH_OPS', '0')/g" setup.py
Expand Down

0 comments on commit af0aadd

Please sign in to comment.