henningwoehr/pyoxidizer-build
Build project with pyoxidizer on linux gnu x64. Code has to be checked out.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-system | Select one of the following system to build on: [linux_gnu_x64, windows_x32, windows_x64, macos_x64] | yes | — |
| app-name | The name of the app. This name can later be used in the command line to call the app | yes | — |
| run-command | The command to run at the start of the app. (eg. "from package.main import main; main()" | yes | — |
| display-name | The name, which appears in the name of the msi-installer and in the program files folder | yes | — |
| app-author | The name of the author or the manufacturer, which is displayed when installing the app per msi-installer | yes | — |
| artifact-name | Name of the artifact, where the built file should be uploaded | yes | — |
| use-own-pyoxidizer-config | Use own pyoxidizer.bzl, given in the project folder if true, otherwise use standard config provided by this action | no | false |
| poetry-version | Version of poetry to install | no | 1.1.14 |
| python-version | Version of python to install | no | 3.10 |
Outputs
no outputs