Skip to content
Snippets Groups Projects

Rolling release

Merged Bert Palm requested to merge rolling-release into develop
Files
2
+ 4
4
@@ -179,12 +179,10 @@ docs:
# Extra Pipeline (run with a successful run of all other jobs on develop)
# ===========================================================
testpypi:
upload_testpypi:
stage: deploy
only:
refs:
- develop
- rolling-release
- develop
except:
- schedules
variables:
@@ -196,6 +194,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:
Loading