From 1eb8c4d1eb971599a6612569163f5aa1890cc63d Mon Sep 17 00:00:00 2001 From: Soeren Wegener Date: Sun, 5 May 2019 21:50:02 +0200 Subject: [PATCH] Rename "publish" task to "deploy" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42ac580d..ba7cf1dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: - flake8 manimlib/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: - true # add other tests here -publish: +deploy: provider: pypi user: swegener on: