1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Fix gitlab

This commit is contained in:
Otto Winter 2019-05-28 11:49:11 +02:00
parent 63c9921fc3
commit 60829f7d52
2 changed files with 1 additions and 1 deletions

View File

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

View File

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