feat(python): template jobs to build and upload source and wheel packages
-
.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 ONE
Closes #8 (closed)
Edited by Daniel Dehennin
Merge request reports
Activity
The build and upload is tested in my tests repository.
By default, the build and upload is done only on release tag.
mentioned in commit c3ca3585
Please register or sign in to reply