Open
6E83 Description
Is your feature request related to a problem? Please describe.
Creating a new release in PyPI is a arduous and a manual process. Let's automate this with a github action.
Describe the solution you'd like
Well, there are two github actions: a) release.yml
and b) python-publish.yml
which create a python release and publishes to pypi respectively. But (b) doesn't run. Let's make this one action.
Describe alternatives you've considered
Create a new manual release every time. Slow. Boring. Prone to forgetfulness.
Additional context
None