actions-marketplace-validations/Python3.8 PyInstaller Linux AMD64
GitHub Action package, Your python code to Binary for Linux AMD64 Architecture
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 26, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/action-python_pyinstaller-py3.8@3ca599fa209ab264325dcc54f1e1c95a8612582e # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 | "" |
| requirements | Specify a file path for requirements.txt file | no | requirements.txt |
| rename | Rename the binary file, this will only work when you have --onefile binary. | no | "" |
| autorun | run bash file before anything | no | autorun.sh |
Outputs
| name | description |
|---|---|
| location | Binary file location. |
| filename | Binary file name. |
| content_type | File content type. |