PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
153 stars 40 forks source link

Workflow for auto releasing on GH #292

Closed leuchtum closed 1 month ago

leuchtum commented 1 month ago

Continuing on #283 I suggest to add a workflow for auto releasing on GitHub. This can be done by using the action gh-release. One can configure it, so that it auto generates the release notes as well (Same outcome as using the button from the web GUI).

I marked this as draft for two reasons:

leuchtum commented 1 month ago

Checks failed due to codecov, same problem as in #290