Rename "publish" task to "deploy"

This commit is contained in:
Soeren Wegener
2019-05-05 21:50:02 +02:00
parent 2d7c97723b
commit 1eb8c4d1eb

View File

@ -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: