From 9c9ca34245aef9c301afd1fa5680bedcfbb8522a Mon Sep 17 00:00:00 2001 From: Bert Palm <bert.palm@ufz.de> Date: Thu, 27 Jul 2023 16:15:40 +0200 Subject: [PATCH] final touch --- .gitlab-ci.yml | 5 +++-- TODO | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 TODO diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c1db6e65..9e75b27d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -179,12 +179,11 @@ docs: # Extra Pipeline (run with a successful run of all other jobs on develop) # =========================================================== -testpypi: +upload_testpypi: stage: deploy only: refs: - develop - - rolling-release except: - schedules variables: @@ -196,6 +195,8 @@ 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: diff --git a/TODO b/TODO deleted file mode 100644 index ace2c1b37..000000000 --- a/TODO +++ /dev/null @@ -1,3 +0,0 @@ -# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum für Umweltforschung GmbH - UFZ -# SPDX-License-Identifier: GPL-3.0-or-later -remove breanch in CI -- GitLab