From dce744da42c447e9c1434ceb80f3c8a57842199d Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 8 Sep 2018 08:58:27 +0200 Subject: [PATCH] (Try to) re-enable automated release (#872) Let's use my PyPI user account. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7aef3fb2..612a46af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ notifications: deploy: provider: pypi skip_existing: true - user: pygithubtravis + user: jacquev6 password: - secure: 4Sq7v7glMElq2zrZhvJ6QYr8tffl8UeVHKXipRFp3xZYMUOtCOewMFzbF+IKqx3VmgHKYaLwkN6+8w1xo/GsvBb4XM1ybb5aAYicuH7rLrA9uG9n+MEy3DTLbe0Z6U6z+9cTBvd8aDYZAvgz0nnH7qun+P7QMEJtziCSN24CK6k= + secure: eorsWtbj7JUBcy/Ovohg2yxyvyF4Sz9QNqtdPJhLSBzd1S01qoVLVAqsQhfZTxMlSOE4RCPOm+VodhV55oa1RboLah4DpDDW998J61QSo9im7Ch2GBkL3C6XqhWAFr6g4KqTG4h/6QTp5dF8vebXiMADmpshCMMpUxm3FccFY7k= on: tags: true distributions: sdist bdist_wheel