Skip to content

Commit

Permalink
馃敡add flag to travis pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Dec 17, 2018
1 parent 50d1772 commit 4163b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ after_success:
deploy:
provider: pypi
distributions: sdist bdist_wheel
skip_existing: true
user: {% if cookiecutter.github_account == 'leukgen' %}leukgen{% else %}<REPLACE>{% endif %}
password: <TO REPLACE THIS RUN `travis encrypt --add deploy.password`>
on:
Expand Down

0 comments on commit 4163b31

Please sign in to comment.