From 9863c3c1158e2ed57826fb589beeee142828fc09 Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 20 Jan 2022 09:30:51 +0100 Subject: [PATCH] test the build --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b999a71..5fef702 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ before_script: stages: - lint - test + - build - upload flake8: @@ -77,9 +78,9 @@ test-1.1.3: - PATH=$PATH:$PWD/tf_bin - pytest -v -release: - stage: upload +build: + stage: build rules: - - if: '$CI_COMMIT_TAG != null' + - if: '$CI_COMMIT_TAG == null' script: - python setup.py sdist bdist_wheel \ No newline at end of file