Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disabling deploy in Travis
  • Loading branch information
searchivarius committed Jun 23, 2019
1 parent c9fc0b8 commit eae74bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1,222 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Expand Up @@ -130,17 +130,17 @@ script:
cd ..
fi
deploy:
provider: pypi
user: searchivarius
# https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-settings
password: ${PYPI_PASSWORD}
distributions: sdist bdist_wheel
skip_existing: true
skip_cleanup: true
on:
tags: true
branch: master
#deploy:
# provider: pypi
# user: searchivarius
# # https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-settings
# password: ${PYPI_PASSWORD}
# distributions: sdist bdist_wheel
# skip_existing: true
# skip_cleanup: true
# on:
# tags: true
# branch: master

cache:
- apt
Expand Down

0 comments on commit eae74bd

Please sign in to comment.