Skip to content

Commit

Permalink
Supply PyPI credentials via environment variables (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkester committed Dec 3, 2019
1 parent 2aecef2 commit 16daa13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ after_success:

deploy:
provider: pypi
user: jjkester
password:
secure: QjzH/Ef0aEFQ7tYmNY5eYsxLmAnC9dt3KPcvNhB0j+P4GvQVHJM1267yVkb6WEDyNBuYwuHUEifShSfHChpfzIDgAMzTOGTfEi5ub8SlzVZfj6e0w8GEmApxXldvtBHQBr4ekveoFU5QReR2F80s89JeYn0T2cq3JCrt1sPOCj0=
# PyPI credentials supplied with environment variables from repository settings
on:
repo: jjkester/django-auditlog
branch: stable
Expand Down

0 comments on commit 16daa13

Please sign in to comment.