Fix deploy stage
This commit is contained in:
@@ -7,9 +7,11 @@ stages:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd python && python setup.py bdist_wheel
|
- cd python && python setup.py bdist_wheel && cd ..
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: 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/*
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
Reference in New Issue
Block a user