diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c036536656e9c515dabb670e8ac0906e08d66f89..747850ce46a8db6b1785587a341a30e8c518134c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ package_files: stage: build # add storing of the build artefact script: - - echo "python setup.py sdist bdist_wheel # or something similar" + - echo "python setup.py sdist bdist_wheel" # or something similar publish_on_gitlab: stage: publish