Building a Debian package from a Python application (using pdm as build backend) does not work in gitlab-CI (proxy problem?)
I have a pdm-based Python app (let’s call it “myapp”) and I want to have it installed on Debian target system via a Debian package. The Debian package should be built in a gitlab CI process.