PyPi serverΒΆ

We’re running a PyPi server to host our own Python packages.

Note

The deployment, and all documentation for our PyPi server can be found in the GitLab PyPi project.

Upload PyPi packagesΒΆ

If you want to upload a Python package, have a look at the following Shared GitLab CI files:

Install PyPi packagesΒΆ

If you want to manually install a Python package from our PyPi server, you can usually use this command:

pip3 install -i https://pypi.confirm.ch -U package-name

However and most likely, packages will usually automatically be installed via a Makefile target, such as make develop or make install.