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

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

parent 101affdd
Branches
Tags
No related merge requests found
Pipeline #11159 failed
default:
image: python:3.11
image: python:3.11-bookworm
cache:
paths:
- .pip-cache/
before_script:
- python3 --version
- python3 -m pip install --upgrade pip
- python3 -m pip install build twine
- pip3 install --upgrade pip
- pip3 install build twine
stages:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment