Skip to content

Commit

Permalink
Set user/password to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Panchorn committed Mar 27, 2020
1 parent 424d3c8 commit 43eef90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ install: "pip install -r requirements.txt"
script: make clean coverage docs dist
deploy:
provider: pypi
user: __token__
user: "__token__"
password:
secure: pypi-AgEIcHlwaS5vcmcCJGQ5ZDhhOGVmLTQyMTYtNGRlOC05OGU1LTc0MTg2ZmUyNzFiNQACTnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJyb2JvdGZyYW1ld29yay1qZW5raW5zbGlicmFyeSJdfSwgInZlcnNpb24iOiAxfQAABiAsHoiJts_M1Y9xHzfGUfFolBvn32UFv-l-4TviB0nhpQ
secure: "pypi-AgEIcHlwaS5vcmcCJGQ5ZDhhOGVmLTQyMTYtNGRlOC05OGU1LTc0MTg2ZmUyNzFiNQACTnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJyb2JvdGZyYW1ld29yay1qZW5raW5zbGlicmFyeSJdfSwgInZlcnNpb24iOiAxfQAABiAsHoiJts_M1Y9xHzfGUfFolBvn32UFv-l-4TviB0nhpQ"
on:
tags: true
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 43eef90

Please sign in to comment.