Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not escape space between PyPI repository url and package name… (
go-gitea#23981) …; add trailing slash to PyPI repository URL (in accordance to PEP-503) This should solve Issue go-gitea#23980, by moving the space in front of the package name and the package name out of the `gitea-origin-url` block. It also adds a trailing slash to the PyPI repository URL in accordance to [Python PEP-503](https://peps.python.org/pep-0503/). Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
- Loading branch information