diff --git a/Python/README.md b/Python/README.md index d4e5c016da4493a024f9d69423e178d0976bf074..61e8c49b923dc9c9d5bd440694ee38f9bb323c52 100644 --- a/Python/README.md +++ b/Python/README.md @@ -183,4 +183,9 @@ $ python -c 'import sys;print("\n".join(sys.path))' /jetfs/manual/enstools/v2021.11/lib/python3.8/site-packages # unset the variable again unset PYTHONNOUSERSITE -``` \ No newline at end of file +``` + +## Q: How to use pipelines for building and publishing packages? +[Magics](QA-015-Using Pipelines for building.md) + +Use a .gitlab-ci.yml file to automate building and publishing of your package. \ No newline at end of file