Skip to content
Snippets Groups Projects

[QF] new deploy

Merged Alessio Cosenza requested to merge QF_new_deploy into master
1 file
+ 15
15
Compare changes
  • Side-by-side
  • Inline
+ 15
15
@@ -2,24 +2,24 @@ include:
- project: acc-co/devops/python/acc-py-devtools
file: acc_py_devtools/templates/gitlab-ci/python.yml
variables:
PY_VERSION: "3.8"
stages:
- build
- deploy
build_wheels:
stage: build
image: registry.cern.ch/docker.io/library/python:3.8
script:
- bash CI/build_wheels.sh
artifacts:
paths:
- ./wheelhouse
.qh:
variables:
project_root: "./qh"
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
deploy_accpy:
- changes:
- ./qh/setup.cfg
build_qh:
stage: build
extends: [.acc_py_build_wheel, .qh]
release_qh:
stage: deploy
extends:
- .acc_py_release_wheel
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
extends: [.acc_py_release_wheel, .qh]
Loading