django-commons/django-prometheus

New release

Opened this issue · 4 comments

Can we get a new release with the more recent commits? I'm interested in the support for Django's native Redis cache backend.

I am very busy these days. feel free to contribute a Github actions workflow that triggers a pypi release when tagging and I will be happy to tag a release. this also requires some work on how the version is handled in this repo.

@asherf Isn't this already there in .github/workflows/release.yml ? Seems to be doing that already.

I think there is more work needed specifically with the existing pre-release workflow that makes doing a regular release more complicated.
specifically, getting rid of the version in the code and moving more stuff to pyproject.toml to make releasing easier.
The project already uses trusted publishing.