actions-marketplace-validations/Python3.7 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 May 5, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/action-python_pyinstaller-py3.7@9064b351f19ba1936de195abeb050fe3ddf7565c # no releases — HEAD as of 2026-07-22tags 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 | "" |
Outputs
| name | description |
|---|---|
| location | Binary file location. |
| filename | Binary file name. |
| content_type | File content type. |