Fix up yaml
This commit is contained in:
@@ -5,9 +5,11 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd python && python setup.py bdist_wheel
|
- cd python && python setup.py bdist_wheel
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- python -m twine upload -u $TWINE_COMMON_CREDS_USR -p $TWINE_COMMON_CREDS_PSW python/dist/*
|
- python -m twine upload -u $TWINE_COMMON_CREDS_USR -p $TWINE_COMMON_CREDS_PSW python/dist/*
|
||||||
Reference in New Issue
Block a user