8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e21313 commit 243e273Copy full SHA for 243e273
.travis.yml
@@ -797,7 +797,7 @@ after_success: |
797
if [[ $SDIST == 1 ]]; then
798
az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/dist --pattern *.gz
799
else
800
- 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
801
fi
802
803
set +x
appveyor.yml
@@ -158,7 +158,7 @@ test_script:
158
"%PYTHON%/python.exe" -m unittest test
159
160
artifacts:
161
-- path: dist\*.whl
+- path: dist\opencv*.whl
162
name: wheels
163
164
deploy_script:
0 commit comments