docs: Clarify package availability in Gitea registry
This commit is contained in:
12
README.md
12
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:
|
||||
|
||||
Reference in New Issue
Block a user