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 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
|
||||
|
Loading…
Reference in New Issue
Block a user