"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "c561264d55a85d4cd14abef3ec4464ea93ab801a"
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:
- 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 }}
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