Fix gitlab

This commit is contained in:
Otto Winter 2018-10-20 18:26:44 +02:00
parent 15732ca465
commit 70206df8b5
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -208,15 +208,15 @@ deploy-beta:amd64:
.deploy-pypi: &deploy-pypi .deploy-pypi: &deploy-pypi
stage: deploy stage: deploy
before_script: before_script:
- pip install -e . - pip install -e .
- pip install twine - pip install twine
script: script:
- python setup.py sdist - python setup.py sdist
- twine upload dist/* - twine upload dist/*
tags: tags:
- python2.7 - python2.7
- esphomeyaml-test - esphomeyaml-test
deploy-release:pypi: deploy-release:pypi:
<<: *deploy-pypi <<: *deploy-pypi