actions-marketplace-validations/PyInstaller Build
build your python program to executable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| main | the main python file (without .py) | yes | — |
| dist | the dist path | no | ./dist |
| python_version | the version of python | no | 3.9.7 |
| pyinstaller_version | the version of pyinstaller | no | 4.7 |
| artifact | the output exe name | no | main |
| use-dependencies | whether to install requirements.txt before build | no | true |
| no-console | whether to disppear console terminal | no | false |
| icon | add the icon mark into your executable, the file path of your ico | no | NONE |
Outputs
no outputs