Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 398 Bytes

File metadata and controls

7 lines (4 loc) · 398 Bytes

Pyinstaller-Github-Actions

A GitHub Actions workflow that automatically builds a Python script into standalone executables using PyInstaller.

It compiles the program on Windows, Linux, and macOS, then uploads the resulting binaries as GitHub Release assets.

The workflow can be run manually from the Actions tab and produces platform-specific builds of the Python application.