GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.03k stars 231 forks source link

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

Open kloczek opened 1 year ago

kloczek commented 1 year ago

Is it possible next time on release new version make the github release to have entry on https://github.com/GrahamDumpleton/wrapt/releases? 🤔

I'm asking because only on make gh release is spread notification about new release to those who have set watch->releases. My automation process those notification trying make preliminary automated upgrade of building packages which allow save some time on maintaining packaging procedures.

More about gh releases is possible to find on 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/

GrahamDumpleton commented 10 months ago

Manually created for latest release 1.16.0. Will try and remember to do them each time until get around to updating GitHub action to create the release automatically. I will keep this issue open for now to remind me.

kloczek commented 10 months ago

Thank you 👍 😄