提交 243e2739 编写于 作者: O Olli-Pekka Heinisuo

upload only opencv wheels

上级 9e21313b
......@@ -797,7 +797,7 @@ after_success: |
if [[ $SDIST == 1 ]]; then
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/dist --pattern *.gz
else
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/wheelhouse --pattern *.whl
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/wheelhouse --pattern opencv*.whl
fi
set +x
......
......@@ -158,7 +158,7 @@ test_script:
"%PYTHON%/python.exe" -m unittest test
artifacts:
- path: dist\*.whl
- path: dist\opencv*.whl
name: wheels
deploy_script:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册