Skip to content

Add Github action to build a binary on new version #37

@Ruuku420

Description

@Ruuku420

It would be easy and potentially useful for others if there was a Action set up to automatically build the project into a binary that can just be downloaded and ran independently

There are a bunch of packages to do this and it can be done simply in perhaps one line like the following:

pyinstaller -F program.py

Other common packages to look into for this are py2exe and Cython.

Actions like this are commonly available like this one
https://github.com/marketplace/actions/pyinstaller-action

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions