From 88db11c59d8cfbd7cdcb14608a3c9c16d4657763 Mon Sep 17 00:00:00 2001 From: Daniel Sali <daniel.sali@alphacruncher.com> Date: Fri, 13 Dec 2024 09:57:00 +0100 Subject: [PATCH] CI/CD pipeline to build on main commit and publish to PyPI on release 3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec1e43a..8da5837 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ default: - .pip-cache/ before_script: - python3 --version - - pip install --upgrade pip + - python3 -m ensurepip --upgrade - pip install build twine stages: -- GitLab