From 3375622b7cc1b48c5df008b36ea9f8bb7fbe16a8 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Mon, 11 Aug 2025 14:57:05 +0200 Subject: [PATCH] docs: Clarify package availability in Gitea registry --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b1656..cdc20af 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ username = herel password = YOUR_GITEA_PERSONAL_ACCESS_TOKEN ``` +You can use the template provided in `GITEA_PYPI_CONFIG_TEMPLATE.txt` as a starting point. + ### Using the Build and Upload Scripts #### Option 1: Using the shell script @@ -190,9 +192,17 @@ If you prefer to build and upload manually: 2. Upload to Gitea: ```bash - twine upload --repository gitea dist/* + uv run twine upload --repository gitea dist/* ``` +### Package Availability + +The package is published to Gitea's PyPI registry under the user namespace. In Gitea, packages are associated with users or organizations rather than specific repositories. + +You can view and manage your packages at: https://gitea.parano.ch/herel/-/packages + +Note that while the package is associated with the "herel" user account (same as the repository owner), it is not directly linked to this specific repository in Gitea's package registry system. This is how Gitea's package management system works - packages belong to owners (users or organizations) rather than individual repositories. + ### Installing from Gitea PyPI To install a package from Gitea's registry: