Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Replacing encrypted password with API token stored as an environment variable.
  • Loading branch information
rwl authored Mar 19, 2021
1 parent 707d7f4 commit 96332c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ script:
- python pypower/t/test_pypower.py
deploy:
provider: pypi
user: rwl
password:
secure: MIOPCmmh3W+ZfFo7WZyT1S9PmvUa7MQnx/LNGsjHgVqIBfArnJKStPViKhONXOAIhR2fTyNtz7BUfCvuwFgniqhxK/MpQ+flutNaxPLdIn60xSzzTmOlra/1bSoSpQGAvYEA1Wdof8iV+ILqvCY9fR8JXFmPGr/oyjd+PKFgEc8=
user: "__token__"
password: $PYPI_TOKEN
on:
tags: true
repo: rwl/PYPOWER
Expand Down

0 comments on commit 96332c8

Please sign in to comment.