Skip to content
Snippets Groups Projects
Unverified Commit f5ff5483 authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Update .travis.yml

parent 0e79c0af
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ install:
script:
- pwd
- ls -la
- if [[ ! "${TRAVIS_TAG}" == "" ]]; then unset TWINE_USERNAME; fi
- if [[ "${TRAVIS_TAG}" == "" ]]; then unset TWINE_USERNAME; fi
- docker run --rm -v `pwd`:/io -e TWINE_USERNAME -e TWINE_PASSWORD $DOCKER_IMAGE $PRE_CMD /io/travis/build-wheels.sh
- ls wheelhouse/
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