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

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

parent 9d3e3246
No related branches found
No related tags found
No related merge requests found
Pipeline #11158 failed
......@@ -5,10 +5,8 @@ default:
- .pip-cache/
before_script:
- python3 --version
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python3 get-pip.py
- pip install --upgrade pip
- pip install build twine
- python3 -m pip install --upgrade pip
- python3 -m pip install build twine
stages:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment