Skip to content
Snippets Groups Projects
Commit 9d3e3246 authored by Daniel Sali's avatar Daniel Sali
Browse files

CI/CD pipeline to build on main commit and publish to PyPI on release 4

parent 88db11c5
Branches
Tags
No related merge requests found
Pipeline #11157 failed
......@@ -5,7 +5,9 @@ default:
- .pip-cache/
before_script:
- python3 --version
- python3 -m ensurepip --upgrade
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python3 get-pip.py
- pip install --upgrade pip
- pip install build twine
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment