feat(python): template jobs to build and upload source and wheel packages
Compare changes
templates/Python.yaml
0 → 100644
+ 241
− 0
.python:build:sdist
build the distribution source.python:build:wheel
build the wheel.python:upload
upload the packages to a PyPI compatible registry, defaults to the gitlab ONECloses #8 (closed)