Fix up yaml

This commit is contained in:
Piv
2020-08-14 17:57:46 +09:30
parent e388ab73dc
commit d99082a00a

View File

@@ -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/*