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

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

parent 1e2dcf67
Branches
Tags
No related merge requests found
Pipeline #11166 failed
default:
image:
name: python:3.11
entrypoint: ["/bin/bash -c"]
# image: python:3.11
cache:
paths:
- .pip-cache/
before_script:
- python3 --version
- pip3 install --upgrade pip
- pip3 install build twine
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python3 get-pip.py --user
- pip install --upgrade pip
- pip 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