From d99082a00acbe4cdf0578a14c4cf509e101ceff0 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Fri, 14 Aug 2020 17:57:46 +0930 Subject: [PATCH] Fix up yaml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cd5a50..b401000 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,11 @@ stages: - deploy build: + stage: build script: - cd python && python setup.py bdist_wheel deploy: + stage: deploy script: - python -m twine upload -u $TWINE_COMMON_CREDS_USR -p $TWINE_COMMON_CREDS_PSW python/dist/* \ No newline at end of file