mirror of https://github.com/open-mmlab/mmcv.git
Bug fix for the deploy workflow (#283)
* update the deploy workflow * fix a typo * update MANIFEST.in to include pyx * remove debug infopull/284/head
parent
506df8cdce
commit
feb650642e
|
@ -15,6 +15,6 @@ jobs:
|
|||
- name: Build MMCV
|
||||
run: python setup.py sdist
|
||||
- name: Publish distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
password: ${{ secrets.pypi_password }}
|
||||
run: |
|
||||
pip install twine
|
||||
twine upload dist/* -u __token__ -p ${{ secrets.pypi_password }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
include mmcv/video/optflow_warp/*.hpp
|
||||
include mmcv/video/optflow_warp/*.hpp mmcv/video/optflow_warp/*.pyx
|
||||
|
|
Loading…
Reference in New Issue