Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Updating encrypted PyPI password.
  • Loading branch information
rwl authored Mar 22, 2021
1 parent b9e5921 commit ee544e2
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 @@ -13,8 +13,9 @@ script:
- python pypower/t/test_pypower.py
deploy:
provider: pypi
user: "__token__"
password: "$PYPI_TOKEN"
user: rwl
password:
secure: "YZjUo3RHhyq9rsg+8NGP2Bn1+J5kQxXfuO7G2ACwvAeabdHqhzTE0eDOObaeS+vnoUHxrRuJWFB1HvDH7BlegBuTS0l+s8lssfFNrasnMlZ3xpiGNGbcgrftxYnaPE9BSN8Ge7w8oa1QnkfqcPuYN2BoSYXv1LitCNi/bqf0JcA="
on:
tags: true
repo: rwl/PYPOWER
Expand Down

0 comments on commit ee544e2

Please sign in to comment.