Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Quoting PyPI token var.
  • Loading branch information
rwl authored Mar 19, 2021
1 parent 96332c8 commit b9e5921
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 @@ -14,7 +14,7 @@ script:
deploy:
provider: pypi
user: "__token__"
password: $PYPI_TOKEN
password: "$PYPI_TOKEN"
on:
tags: true
repo: rwl/PYPOWER
Expand Down

0 comments on commit b9e5921

Please sign in to comment.