From c9eb93c922a837f231e8237a0cf29a341c77cad2 Mon Sep 17 00:00:00 2001 From: Daniel Sali <daniel.sali@alphacruncher.com> Date: Fri, 13 Dec 2024 11:13:19 +0100 Subject: [PATCH] CI/CD pipeline to build on main commit and publish to PyPI on release 7 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4617e7..ab0e8c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ default: - .pip-cache/ before_script: - python3 --version + - apt update + - apt install -y python3-pip - pip3 install --upgrade pip - pip3 install build twine -- GitLab