julianwachholz / django-autocompletefilter

Django 2.0+ ModelAdmin list_filter with autocomplete widget.
https://twitter.com/julianwachholz/status/1011542175358873600
MIT License
27 stars 8 forks source link

Use GitHub actions for deployment process #19

Open Mogost opened 3 weeks ago

Mogost commented 3 weeks ago

@julianwachholz do you need help with that? It looks very simple to implement, and realizing right from GitHub can make your life a little simpler.

julianwachholz commented 3 weeks ago

I'd welcome this addition! Thank you. I've recently been slowly upgrading other projects to Poetry + Ruff. Integrating with GH Actions would be nice, too.

Mogost commented 3 weeks ago

I like ruff very much. But poetry is not for me. If you like ruff too take a look to another astral's solution https://docs.astral.sh/uv/

julianwachholz commented 3 weeks ago

I'm aware of uv but haven't yet checked it out.