mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Supply PyPI credentials via environment variables (#222)
This commit is contained in:
parent
2aecef2760
commit
16daa13575
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue