"git@developer.sourcefind.cn:OpenDAS/torch-harmonics.git" did not exist on "29e7fb68b8fd889199ff9cbd0c34881d7d525737"
Unverified Commit feb65064 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Bug fix for the deploy workflow (#283)

* update the deploy workflow

* fix a typo

* update MANIFEST.in to include pyx

* remove debug info
parent 506df8cd
...@@ -15,6 +15,6 @@ jobs: ...@@ -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 }}
include mmcv/video/optflow_warp/*.hpp include mmcv/video/optflow_warp/*.hpp mmcv/video/optflow_warp/*.pyx
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