tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

Release checklist includes '.candidate' releases #346

Closed tartley closed 2 years ago

tartley commented 2 years ago

I had intended that adding this might remove the need to do releases to test.pypi.org, but that is fully automated, so running that command on each release doen't seem like a burden.

wiggin15 commented 2 years ago

We should use "b" or "rc" postfixes instead of ".candidate" to comply with PEP 440 (which is respected by pip) See https://peps.python.org/pep-0440/#pre-releases