forked from barrettfdavis/online_actogram
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Make and distribute for each release a binary that bundles the Python interpreter, for each supported platform.
Not yet sure what will be needed precisely to achieve that, but here are some rough pointers:
- make a GitHub Actions workflow to auto push to PyPi on GitHub new release.
- use pyInstaller to make frozen builds?
- to make multi-platforms builds, maybe combine with cibuildwheel?
- automate the building and distribution process (attaching standalone binaries on GitHub Releases) by using a GitHub Actions Workflow?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request