Skip to content
Snippets Groups Projects
Commit 0b035d3f authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Check every commit

parent f1da0f9b
No related branches found
No related tags found
No related merge requests found
notifications:
email: false
if: tag IS present
matrix:
include:
- sudo: required
......
......@@ -53,6 +53,10 @@ done
/opt/python/cp37-cp37m/bin/pip install delocate
/opt/python/cp37-cp37m/bin/python /io/travis/fix-wheel.py /deps/ocl-icd/COPYING
if [[ "${TWINE_USERNAME}" == "" ]]; then
exit 0
fi
/opt/python/cp37-cp37m/bin/pip install twine
for WHEEL in /io/wheelhouse/pyopencl*.whl; do
# dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment