"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "d8d208acdea43a274bd74ed27119a4f95e8e0946"
Unverified Commit ad98674f authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Update to v0.4.4 (#235)

parent 887ad81e
...@@ -30,9 +30,11 @@ before_script: ...@@ -30,9 +30,11 @@ before_script:
- isort -rc --check-only --diff mmcv/ tests/ examples/ - isort -rc --check-only --diff mmcv/ tests/ examples/
- yapf -r -d mmcv/ tests/ examples/ - yapf -r -d mmcv/ tests/ examples/
script: coverage run --source=mmcv setup.py test script: coverage run --branch --source=mmcv -m pytest tests/
after_success: codecov after_success:
- coverage report -m
- codecov
deploy: deploy:
provider: pypi provider: pypi
...@@ -43,6 +45,6 @@ deploy: ...@@ -43,6 +45,6 @@ deploy:
branch: master branch: master
tags: true tags: true
python: "3.7" python: "3.7"
distributions: sdist bdist_wheel distributions: sdist # bdist_wheel is not supported due to the cpp extension
skip_cleanup: true skip_cleanup: true
skip_upload_docs: true skip_upload_docs: true
# Copyright (c) Open-MMLab. All rights reserved. # Copyright (c) Open-MMLab. All rights reserved.
__version__ = '0.4.3' __version__ = '0.4.4'
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