From 4a75275c6866e6168fc64013d64639f4f7462c20 Mon Sep 17 00:00:00 2001 From: Bert Palm <bert.palm@ufz.de> Date: Thu, 27 Jul 2023 17:06:06 +0200 Subject: [PATCH] reformat gitlabci --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 405dd871a..6e6e63334 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,7 @@ wheel38: - pip wheel . - pip install . - python -c 'import saqc; print(f"{saqc.__version__=}")' + wheel39: stage: build image: python:3.9 @@ -169,6 +170,7 @@ wheel39: - pip wheel . - pip install . - python -c 'import saqc; print(f"{saqc.__version__=}")' + wheel310: stage: build image: python:3.10 @@ -179,6 +181,7 @@ wheel310: - pip wheel . - pip install . - python -c 'import saqc; print(f"{saqc.__version__=}")' + wheel311: stage: build image: python:3.11 @@ -211,6 +214,7 @@ upload_testpypi: - twine check --strict dist/* - twine upload -r testpypi dist/* + # make html docu with sphinx pages: stage: deploy -- GitLab