Skip to content

Commit

Permalink
adds password to deploy on .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtemporal committed Aug 9, 2017
1 parent 3cb48f8 commit e1860f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_deploy: "echo 'Starting deploy to PyPI...'"
deploy:
provider: pypi
user: serenata
password: $PYPI_PASSWORD
distributions: "sdist bdist_wheel"
on:
branch: master
Expand Down

0 comments on commit e1860f1

Please sign in to comment.