Skip to content
Snippets Groups Projects
Commit 9c9ca342 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

final touch

parent 591d8990
No related branches found
No related tags found
1 merge request!716Rolling release
Pipeline #183036 canceled with stages
in 3 minutes and 50 seconds
......@@ -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:
......
# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
# SPDX-License-Identifier: GPL-3.0-or-later
remove breanch in CI
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment