aics-int / microscope_automation

Automation software for the AICS Microscopes.
Other
4 stars 0 forks source link

ENH: Have GH Actions release microscope_automation.zip #55

Closed fletchapin closed 3 years ago

fletchapin commented 3 years ago

Use Case

Now that we have a zip packaged by pyinstaller we could release it automatically through GitHub Actions.

Solution

To do this, we could first run installer.bat in a GitHub Action, then package microscope_automation.zip through bash, and finally create a release with microscope_automation.zip attached as an artifact.

Alternatives

The manual upload packaging and upload instructions are described here