From ce133d36729eff2db434bb30525f1d90bf735c4a Mon Sep 17 00:00:00 2001 From: New Date: Thu, 2 May 2019 02:25:00 +0800 Subject: [PATCH] ci(pypi): add bot --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ca18b6c..ef0a66ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ deploy: branch: master python: '3.7' - provider: pypi - user: newfuture + user: newfuture-bot password: "${PYPI_PWD}" skip_cleanup: false distributions: "sdist bdist_wheel" # Your distributions here