TissueEngineeringLab / MyoFInDer

Python interface for automatic calculation of the fusion index in muscle cell cultures
https://tissueengineeringlab.github.io/MyoFInDer/
GNU General Public License v3.0
3 stars 1 forks source link

Automate Windows installer build #27

Closed WeisLeDocto closed 8 months ago

WeisLeDocto commented 8 months ago

Until now, the Windows installer file (myofinder.msi) needed to be manually built and tested on a Windows machine before each new release. With this PR, the build of the Windows installer is automated by a GitHub workflow (ce174751), and the resulting installer file is uploaded as an artifact. This PR also brings minor changes to the existing workflows.

As is, this PR does not yet allow to fully automate the generation of the installer, as a manual step is still required for testing it and pushing it to the repository. This step should be addressed in a later PR. Also, additional changes to the project are required for the installer to be fully tested. They will come in a later PR.