This repository provides a GitHub Action template to automatically build and release Python applications.
The following environments are supported for building and releasing:
ubuntu-latest
windows-latest
macos-latest
To create a new release, follow these steps:
- Go to the Releases page of your repository.
- Click on
Draft a new release
. - Follow the prompts to create and publish the release.
The build tool used in this template is pyinstaller
, which packages Python applications into stand-alone executables.
For projects using PySide, please refer to the pyside
branch of this repository.