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

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

parent 4cfccdb2
Branches
Tags
No related merge requests found
Pipeline #11163 failed
default: default:
image: python:3.11-bookworm image: python:3.11
cache: cache:
paths: paths:
- .pip-cache/ - .pip-cache/
before_script: before_script:
- python3 --version - python3 --version
- /usr/local/bin/pip3 install --upgrade pip - pip3 install --upgrade pip
- /usr/local/bin/pip3 install build twine - pip3 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