Skip to content

Commit

Permalink
Merge pull request #110 from mshriver/fix-travis-syntax2
Browse files Browse the repository at this point in the history
Update travis token use
  • Loading branch information
mshriver authored Jul 30, 2019
2 parents 359f7f9 + 4156283 commit b4c0a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ deploy:
provider: pypi
skip_existing: true
# mshriver owned
user: @token
user: "@token"
distributions: sdist bdist_wheel
password: "AgEIcHlwaS5vcmcCJDA5OWM5YzdlLWZjMDItNDI5OS1iYjIyLTEzODVlNjZkZjk5YgACPHsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJmYXV4ZmFjdG9yeSJdfSwgInZlcnNpb24iOiAxfQAABiB4bqeyKIWAgAYE09oFlAFQU9tlJiUDRIaXJEvQxXlmsg"
password:
pypi: "AgEIcHlwaS5vcmcCJDA5OWM5YzdlLWZjMDItNDI5OS1iYjIyLTEzODVlNjZkZjk5YgACPHsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJmYXV4ZmFjdG9yeSJdfSwgInZlcnNpb24iOiAxfQAABiB4bqeyKIWAgAYE09oFlAFQU9tlJiUDRIaXJEvQxXlmsg"
on:
tags: true
repo: omaciel/fauxfactory
Expand Down

0 comments on commit b4c0a25

Please sign in to comment.