forked from openlp/openlp
Add deploying to PyPI when a tag is created
This commit is contained in:
parent
0193ef3f7c
commit
2f55d5aa6b
@ -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