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

reformat gitlabci

parent a029353d
No related branches found
No related tags found
No related merge requests found
Pipeline #184931 passed with stages
in 6 minutes and 49 seconds
......@@ -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
......
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