Automatic publishing to PyPI worked as expected with my 0.2.3-rc releases, but failed when I made a real 0.2.3 release. The error from GHA said long_description had an unexpected indentation. AFAIK there is no long_description in this repo.
I tried putting long_description into pyproject.toml but that generated errors too 😢
What does this PR accomplish?
Clarify that we don't support un-released Python versions
Removes repository-url from the Action which probably should only be there when pushing to test-pypi
Any background context you want to provide?
Automatic publishing to PyPI worked as expected with my 0.2.3-rc releases, but failed when I made a real 0.2.3 release. The error from GHA said
long_description
had an unexpected indentation. AFAIK there is nolong_description
in this repo.I tried putting
long_description
into pyproject.toml but that generated errors too 😢What does this PR accomplish?
repository-url
from the Action which probably should only be there when pushing to test-pypiHow should this be manually tested?
What are the relevant tickets?
Screenshots (if appropriate)