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

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

parent c9eb93c9
No related branches found
No related tags found
No related merge requests found
Pipeline #11161 failed
......@@ -5,8 +5,8 @@ default:
- .pip-cache/
before_script:
- python3 --version
- apt update
- apt install -y python3-pip
- sudo apt update
- sudo apt install -y python3-pip
- pip3 install --upgrade pip
- pip3 install build twine
......
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