mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
Fix gitlab
This commit is contained in:
parent
0ced5509fc
commit
9be16916b7
2 changed files with 1 additions and 1 deletions
|
@ -139,6 +139,7 @@ test3:
|
|||
<<: *lint
|
||||
stage: deploy
|
||||
script:
|
||||
- pip install twine wheel
|
||||
- python setup.py sdist bdist_wheel
|
||||
- twine upload dist/*
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ pylint==2.3.0 ; python_version>"3"
|
|||
flake8==3.6.0
|
||||
pillow
|
||||
pexpect
|
||||
twine
|
||||
|
|
Loading…
Reference in a new issue