Skip to content

Commit

Permalink
fix: travis autodeploy and Release 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanholtz committed Mar 5, 2020
1 parent 2ebb848 commit 7820ba1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ after_success:
deploy:
provider: pypi
user: __token__
password:
secure: $PYPI_TOKEN
password: $PYPI_TOKEN
skip_cleanup: true
on:
branch: master
condition: "$TRAVIS_TEST_RESULT = 0"
tags: true
skip_cleanup: true
python: '3.6'

0 comments on commit 7820ba1

Please sign in to comment.