mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix deploy config
* Bump version * Set pypi config in .travis.yml
This commit is contained in:
parent
70e22afc78
commit
12af4d45a0
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ after_success:
|
|||
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: $PYPI_USER
|
||||
user: jjkester
|
||||
password:
|
||||
secure: $PYPI_PASSWORD
|
||||
secure: QjzH/Ef0aEFQ7tYmNY5eYsxLmAnC9dt3KPcvNhB0j+P4GvQVHJM1267yVkb6WEDyNBuYwuHUEifShSfHChpfzIDgAMzTOGTfEi5ub8SlzVZfj6e0w8GEmApxXldvtBHQBr4ekveoFU5QReR2F80s89JeYn0T2cq3JCrt1sPOCj0=
|
||||
on:
|
||||
repo: jjkester/django-auditlog
|
||||
branch: stable
|
||||
|
|
|
|||
Loading…
Reference in a new issue