Skip to content

Commit 243e273

Browse files
committed
upload only opencv wheels
1 parent 9e21313 commit 243e273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ after_success: |
797797
if [[ $SDIST == 1 ]]; then
798798
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/dist --pattern *.gz
799799
else
800-
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/wheelhouse --pattern *.whl
800+
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/wheelhouse --pattern opencv*.whl
801801
fi
802802
803803
set +x

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ test_script:
158158
"%PYTHON%/python.exe" -m unittest test
159159
160160
artifacts:
161-
- path: dist\*.whl
161+
- path: dist\opencv*.whl
162162
name: wheels
163163

164164
deploy_script:

0 commit comments

Comments
 (0)