Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make standalone builds (automated) #5

Open
4 tasks
lrq3000 opened this issue Jul 8, 2023 · 1 comment
Open
4 tasks

Make standalone builds (automated) #5

lrq3000 opened this issue Jul 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lrq3000
Copy link

lrq3000 commented Jul 8, 2023

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant