forked from openlp/openlp
Merge branch 'upload-to-pypi' into 'master'
Add deploying to PyPI when a tag is created See merge request openlp/openlp!173
This commit is contained in:
commit
b85245465e
@ -70,6 +70,15 @@ test-display:
|
|||||||
- yarn install
|
- yarn install
|
||||||
- yarn test --browsers ChromiumHeadlessCI
|
- yarn test --browsers ChromiumHeadlessCI
|
||||||
|
|
||||||
|
upload-pypi:
|
||||||
|
stage: deploy
|
||||||
|
image: openlp/debian
|
||||||
|
script:
|
||||||
|
- python3 setup.py sdist bdist_wheel
|
||||||
|
- twine upload dist/*
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: openlp/debian
|
image: openlp/debian
|
||||||
|
Loading…
Reference in New Issue
Block a user