diff --git a/.travis.yml b/.travis.yml index 3350e63..b598b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ script: - python3 setup.py test deploy: provider: pypi - user: mrava87 - distributions: bdist_wheel + user: __token__ + distributions: sdist bdist_wheel skip_existing: true skip_upload_docs: true skip_cleanup: true