Fix gitlab

This commit is contained in:
Otto Winter
2019-05-28 12:01:32 +02:00
parent 0ced5509fc
commit 9be16916b7
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -139,6 +139,7 @@ test3:
<<: *lint
stage: deploy
script:
- pip install twine wheel
- python setup.py sdist bdist_wheel
- twine upload dist/*
-1
View File
@@ -16,4 +16,3 @@ pylint==2.3.0 ; python_version>"3"
flake8==3.6.0
pillow
pexpect
twine