Quantomatic / zxlive

A graphical tool for the ZX calculus
Apache License 2.0
44 stars 14 forks source link

Continuous deployment #195

Closed RazinShaikh closed 6 months ago

RazinShaikh commented 6 months ago

deploy.yml implements an automatic deployment using pyside6-deploy which uses nuitka. The final result is a single executable/binary file.

deploy.yml runs on every new tag pushed with name v*.*.* and it automatically creates a new release with the given tag name.

y-richie-y commented 6 months ago

Nice!