jazzband / django-fsm-log

Automatic logging for Django FSM

Home Page:https://django-fsm-log.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push new release to PyPI

jacobh opened this issue · comments

should get around to this sometime soon.

Interested in doing this @dinie? just saw you pushing releases for something else :)

Are you guys expecting some progress on this or you're not using/maintaining this package anymore?

Have you considered automating it with Travis to help the maintenance? I usually add conditions below to restrict when releases are done:

deploy:
  on:
    branch: master
    tags: true
    distributions: sdist bdist_wheel
    condition: "$TOX_ENV = py27-dj-1.8"

Thanks 😄

I'm personally no longer using this package. If you or someone else wanted to take over maintenance I think it would be possible to hand it over

Ok thanks for the update, I'll give it some thoughts.

Hi again,
I'm happy to take this over. How do you want to proceed? Do you guys have a bit of time for that? My PyPI user is Bruno.Alla (also on the test instance).
Thanks

I think this issue can be closed now 🎉 https://pypi.python.org/pypi/django-fsm-log

My pleasure