Skip to content

CICD step to build and push package to gitlab package index

Add step to build and publish package to gitlab own package index. This is private when the project it private.

Tested install this using

python3.10 -m pip install python-jobs --extra-index-url https://__token__:$GITLAB_PAT@gitlab.com/api/v4/projects/34881586/packages/pypi/simple

Where I've added the GITLAB_PAT using personal_access_tokens to my ~/.bashrc

Edited by David Micallef

Merge request reports

Loading