Skip to content
Snippets Groups Projects
Commit 4f2f1842 authored by JostTim's avatar JostTim
Browse files

test ci/cd

parent fe0e1d80
No related branches found
No related tags found
No related merge requests found
Pipeline #120184 failed
......@@ -9,7 +9,7 @@ image: python:3.11
# rules:
# - if: $CI_COMMIT_BRANCH == "main"
StaticDocPages:
documentation:
# stage: documentation
script:
- python -m pip install --upgrade pip
......@@ -19,7 +19,7 @@ StaticDocPages:
paths:
- ${CI_PROJECT_DIR}/public
rules:
- if: ${CI_COMMIT_BRANCH} == "main"
- if: '${CI_COMMIT_BRANCH} == "main"'
publish:
# stage : publish
......@@ -29,6 +29,6 @@ publish:
script:
- pip install build twine
- python -m build
- python -m twine upload --repository pipy dist/*
- python -m twine upload --repository pypi dist/*
rules:
- if: ${CI_COMMIT_BRANCH} == "main"
\ No newline at end of file
- if: '${CI_COMMIT_BRANCH} == "main"'
\ No newline at end of file
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