From 8edc2aaaf5debea701505e31b078b34a73366075 Mon Sep 17 00:00:00 2001
From: Bert Palm <bert.palm@ufz.de>
Date: Thu, 27 Jul 2023 17:03:40 +0200
Subject: [PATCH] removed echo

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 670b2f9ca..405dd871a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -210,8 +210,6 @@ upload_testpypi:
     - python -m build
     - twine check --strict dist/*
     - twine upload -r testpypi dist/*
-    - echo "install latest develop version with (all option flags are necessary):"
-    - echo "pip install --pre -U -i https://test.pypi.org/simple/ --extra-index-url http://pypi.org/simple saqc-dev`"
 
 # make html docu with sphinx
 pages:
-- 
GitLab