Skip to content

Commit

Permalink
switched to API token for PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Oct 1, 2019
1 parent 0aa703e commit 809f5f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ script: pytest
after_success: coveralls
deploy:
provider: pypi
user: BYPyPi
password:
secure: NjiyBYuCko9EUnNirA9iEk/QfG0xf3n2ylcvDidQYrHzaVVhvdcvvERlkeu9W0Z1Ed7It4pW9VeRFR1Qh+rnR29obbTh61fUgDbbBbCExnZcdK/mrVs7LpGPCS98lFesQhGC2d3SndMnd+sUzAKWsnarOPAC8UsMRaNgmsZ/gKk=
user: __token__
distributions: sdist bdist_wheel
on:
tags: true
Expand Down

0 comments on commit 809f5f6

Please sign in to comment.