Skip to content

benfasoli/python-executable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python standalone executables

This demonstrates how to use GitHub Actions to build standalone python executables across multiple operating systems.

The sample app/main.py uses the fantastic typer package to build a CLI executable written in Python.

The workflow installs necessary dependencies, ensures pytest passes, bundles a standalone executable using pyinstaller, and uploads build artifacts.

About

GitHub Action to build standalone python executables for multiple operating systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages