AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Release on pypi #268

Closed Azd325 closed 4 weeks ago

Azd325 commented 2 months ago

Hi django-extra-views team, is there any chance to release 0.15.0? That would make it easier to verify if the project works on the stated versions table without crawling through the commits to see if there are any related changes are made to support higher Django/python versions since the release of 0.14.0

That would also release this change https://github.com/AndrewIngram/django-extra-views/pull/237

Cheers

sdolemelipone commented 1 month ago

@jonashaag if I make a patch to add Django 5.1 too, will you perform a release after that?

jonashaag commented 1 month ago

@sdolemelipone can I transfer ownership to you please. I'm no longer interested in maintaining

sdolemelipone commented 1 month ago

@sdolemelipone can I transfer ownership to you please. I'm no longer interested in maintaining

Yes of course. If there are any other credentials (I think I have readthedocs access) please send them across.

jonashaag commented 1 month ago

Ah, I can't add you to PyPI because I'm not the owner. Please ask @AndrewIngram

sdolemelipone commented 1 month ago

@AndrewIngram my account on PyPI is also sdolemelipone.

sdolemelipone commented 4 weeks ago

@jonashaag No response so far from @AndrewIngram. I will keep chasing him, in the meantime would it be possible for you perform one last release on PyPI for version 0.15?

sdolemelipone commented 4 weeks ago

I will also look at resolving the issue with codecov once I have access to the repository secrets...

jonashaag commented 4 weeks ago

sure, release current main?

sdolemelipone commented 4 weeks ago

Yes please :+1:

sdolemelipone commented 4 weeks ago

Do you have access to the secrets for this repository as a "higher level" maintainer? I do not.

sdolemelipone commented 4 weeks ago

sure, release current main?

Andrew added me and I've successfully released the package on PyPI. If we don't have access to repository secrets I'll look into an alternative for Codecov.

Thanks so much for your help and advice with maintaining this package over the last few years. :pray:

Azd325 commented 3 weeks ago

Thank you, guys.