Skip to content

Commit

Permalink
Merge pull request #49 from sphinx-contrib/pypi-credentials
Browse files Browse the repository at this point in the history
Use $PYPI_USERNAME from Travis CI envvar
  • Loading branch information
ikalnytskyi committed Aug 11, 2019
2 parents e5eafae + 71072b4 commit 27769d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:

deploy:
- provider: pypi
user: ikalnytskyi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
on:
tags: true
Expand Down

0 comments on commit 27769d9

Please sign in to comment.