Bug fix for the deploy workflow (#283)

* update the deploy workflow

* fix a typo

* update MANIFEST.in to include pyx

* remove debug info
pull/284/head
Kai Chen 2020-05-14 23:00:22 +08:00 committed by GitHub
parent 506df8cdce
commit feb650642e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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 }}

View File

@ -1 +1 @@
include mmcv/video/optflow_warp/*.hpp
include mmcv/video/optflow_warp/*.hpp mmcv/video/optflow_warp/*.pyx