Fix gitlab

This commit is contained in:
Otto Winter 2019-05-28 11:49:11 +02:00
parent 0ced5509fc
commit 9be16916b7
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E
2 changed files with 1 additions and 1 deletions

View file

@ -139,6 +139,7 @@ test3:
<<: *lint <<: *lint
stage: deploy stage: deploy
script: script:
- pip install twine wheel
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
- twine upload dist/* - twine upload dist/*

View file

@ -16,4 +16,3 @@ pylint==2.3.0 ; python_version>"3"
flake8==3.6.0 flake8==3.6.0
pillow pillow
pexpect pexpect
twine