tenacity icon indicating copy to clipboard operation
tenacity copied to clipboard

RFE: is it possible to start making github releases?🤔

Open kloczek opened this issue 1 year ago • 2 comments

On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or additional assets like release tar balls (by default it contains only assets from git tag) however all those part are not obligatory. In simplest variant gh release can be empty because subiekt of the sent email contains git tag name.

I'm asking because my automation process uses those email notifications by trying to make preliminary automated upgrades of building packages, which allows saving some time on maintaining packaging procedures. Probably other people may be interested to be instantly informed about release new version as well.

Documentation and examples of generate gh releases: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository https://github.com/marketplace/actions/github-release https://pgjones.dev/blog/trusted-plublishing-2023/ https://github.com/jbms/sphinx-immaterial/issues/281#issuecomment-1700933026 tox target to publish on pypi and make gh release https://github.com/jaraco/skeleton/blob/928e9a86d61d3a660948bcba7689f90216cc8243/tox.ini#L42-L58

kloczek avatar Sep 16 '23 07:09 kloczek

If there's a way to automate it, I'm not against it. The PyPI release process is automated so if we can hook onto that, let's do that.

jd avatar Sep 16 '23 19:09 jd

Seems like this was addressed with https://github.com/jd/tenacity/commit/9eb3868112d4d4a3d3bae37ae75fc49736eb2cfa. This issue can be closed now :)

Also, any updates on when we can expect a release? I'd love to get the lazy asyncio import patch landed in the next pip release (which would require a new tenacity release to vendor). Please don't feel pressured to do so though as this is very much a "nice to have" item!

Edit: If you need any help and there's a way for me to help, please let me know!

ichard26 avatar Apr 10 '24 15:04 ichard26

Done!

jd avatar May 07 '24 08:05 jd

Thank you 👍 😄

kloczek avatar May 07 '24 08:05 kloczek