pinax / django-user-accounts

User accounts for Django
MIT License
1.22k stars 356 forks source link

Automate the release process and include packaging tests #379

Open blag opened 1 year ago

blag commented 1 year ago

Is your feature request related to a problem? Please describe.

Releasing is a manual process and may not always go well.

Describe the solution you'd like

I would like to have releases automated, with packaging tests on the generated distribution packages that include but are not limited to:

At the present moment, this would be best implemented with GitHub Actions.