diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64495e1a4..ca06b5731 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,15 @@ test-display: - yarn install - yarn test --browsers ChromiumHeadlessCI +upload-pypi: + stage: deploy + image: openlp/debian + script: + - python3 setup.py sdist bdist_wheel + - twine upload dist/* + only: + - tags + pages: stage: deploy image: openlp/debian