jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

Fix automated releases #158

Closed jfhbrook closed 2 months ago

jfhbrook commented 3 months ago

The action this project uses to auto-publish releases, https://github.com/marvinpinto/actions/tree/master/packages/automatic-releases , is deprecated and causing actionlint to be really cranky.

I'm not sure what the fix is - probably a new action that does something similar. I can sort it out next time I do non-trivial work with pyee.

jfhbrook commented 2 months ago

Fixed as of https://github.com/jfhbrook/pyee/commit/ae43b2ed513d6dd4ff07fad22adada7b1995a0cb .