Closed YarShev closed 5 months ago
The readme and the docs are correct — they show how to add a clickable URL on GitHub using the environment:
setting. You put that example string into the repository-url:
input which is a different thing so it's expected that it wouldn't work.
Hi guys,
I tried to upload my wheels to PyPI using
https://pypi.org/p/<your-pypi-project-name>
as shown on the readme and probably somewhere in docs but got an error.Then I added a trailing slash and got the following error.
After specifying https://upload.pypi.org/legacy/ as url I was able to upload wheels succesfully.
It seems the readme and docs could require an update.