Add Forgejo upload script and update documentation for package registry

This commit is contained in:
claudi 2026-04-07 11:55:38 +02:00
parent 2be62e36fd
commit 9c8ddfdc8a
5 changed files with 160 additions and 0 deletions

7
.pypirc.example Normal file
View file

@ -0,0 +1,7 @@
[distutils]
index-servers = forgejo
[forgejo]
repository = https://git.him-tools.de/api/packages/HIM-public/pypi
username = __token__
password = YOUR_FORGEJO_ACCESS_TOKEN