From ed982d6058906662f7a35069d06cf83825d37766 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Mon, 24 Jul 2023 22:36:03 +0200 Subject: [PATCH] fix: gitlab-ci --- .gitlab-ci.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c2c6d2..5f87cbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,11 @@ --- image: python:3.11 -stages: - - test - - release - include: - - project: 'infra/platform' - ref: master - file: '/templates/python.ci.yml' + project: infra/gitlab + ref: master + file: templates/python.ci.yml + test: stage: test @@ -20,3 +17,8 @@ test: - tags tags: - test + + +publish: + cache: [] + extends: .publish_pypi -- GitLab