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
No related branches found
No related tags found
No related merge requests found
Pipeline #11166 failed
default: default:
image: # image: python:3.11
name: python:3.11
entrypoint: ["/bin/bash -c"]
cache: cache:
paths: paths:
- .pip-cache/ - .pip-cache/
before_script: before_script:
- python3 --version - python3 --version
- pip3 install --upgrade pip - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- pip3 install build twine - python3 get-pip.py --user
- pip install --upgrade pip
- pip install build twine
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment