ok-oldking/PyAppify
Use PyAppify to package your python app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The tag version of pyappify to use. Defaults to the latest tag. Strongly recommended to set to ensure consistancy. | no | — |
| use_release | The github release version to use. Saves time for re-compiling and signing | no | — |
| build_exe_only | if enabled, will only build the build the exe and you can use the output exe-path to sign it. and the PyAppify action again to use the signed exe. | no | false |
Outputs
| name | description |
|---|---|
| dist-path | The path to the directory containing the zipped application bundles. |
| pyappify-assets | The list of files to be released. |
| exe-path | The tauri exe path |
| exe-folder | The tauri exe's folder location |