actions-marketplace-validations/PyInstaller Linux
Customisable GitHub Action to package your python code with PyInstaller for Linux
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory containing source code & .spec file (optional requirements.txt). | yes | src |
| pypi_url | Specify a custom URL for PYPI | no | https://pypi.python.org/ |
| pypi_index_url | Specify a custom URL for PYPI Index | no | https://pypi.python.org/simple |
| spec | Specify a file path for .spec file | no | "" |
| tkinter | Specify whether to install Tkinter or not | no | false |
| requirements | Specify a file path for requirements.txt file | no | requirements.txt |
| gooey | Specify whether to install Gooey or not | no | true |
Outputs
| name | description |
|---|---|
| output | The output of PyInstaller |