Skip to content

Commit

Permalink
Fix deploy code
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Feb 4, 2019
1 parent 8edd6e0 commit e250534
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:
install:
- *upgrade_python_toolset
- *install_deps
script: []
before_deploy:
script:
- *build_package
before_deploy: []
deploy:
- provider: pypi
skip_cleanup: true
Expand All @@ -124,6 +124,7 @@ jobs:
tags: true
distributions: sdist bdist_wheel
skip_upload_docs: true
skip_existing: true

cache: pip
before_cache:
Expand Down

0 comments on commit e250534

Please sign in to comment.