python-discord / django-crispy-bulma

Django application to add 'django-crispy-forms' layout objects for Bulma.io
MIT License
25 stars 9 forks source link

Setting up CI #9

Closed lemonsaurus closed 5 years ago

lemonsaurus commented 5 years ago

We'll need CI for this project to do two things:

We'll probably want to use Azure Pipelines for this, since we've already got that set up for other repos.

lemonsaurus commented 5 years ago

This should be our number one priority for this repo - it's in fairly usable state right now, but far from done. We should be publishing it to PyPI so we can use it for our projects, and then we can work on it as we see needs arise.

gdude2002 commented 5 years ago

It would probably make your life easier if you cloned the Azure release pipeline for django-simple-bulma and updated it. Off the top of my head:

That should get you working releases.

lemonsaurus commented 5 years ago

thanks @gdude2002, that was going to be my approach and I appreciate the tips.

lemonsaurus commented 5 years ago

Okay, this is now working.