Open jefftriplett opened 1 year ago
I'd be for us to create a python setup.py publish GitHub Action with some limits around it to make publishing easier. We could re-use this on other projects like django-test-plus that see higher volume.
python setup.py publish
django-test-plus
Can probably just steal this action we inherited from health check https://github.com/revsys/django-health-check/blob/master/.github/workflows/release.yml
I'd be for us to create a
python setup.py publish
GitHub Action with some limits around it to make publishing easier. We could re-use this on other projects likedjango-test-plus
that see higher volume.