Add Forgejo upload script and update documentation for package registry
This commit is contained in:
parent
2be62e36fd
commit
9c8ddfdc8a
5 changed files with 160 additions and 0 deletions
7
.pypirc.example
Normal file
7
.pypirc.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue