mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
Bug fix for the deploy workflow (#283)
* update the deploy workflow * fix a typo * update MANIFEST.in to include pyx * remove debug info
This commit is contained in:
parent
506df8cdce
commit
feb650642e
6
.github/workflows/publish-to-pypi.yml
vendored
6
.github/workflows/publish-to-pypi.yml
vendored
@ -15,6 +15,6 @@ jobs:
|
|||||||
- name: Build MMCV
|
- name: Build MMCV
|
||||||
run: python setup.py sdist
|
run: python setup.py sdist
|
||||||
- name: Publish distribution to PyPI
|
- name: Publish distribution to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
run: |
|
||||||
with:
|
pip install twine
|
||||||
password: ${{ secrets.pypi_password }}
|
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…
x
Reference in New Issue
Block a user