actions-marketplace-validations/PyBuilder Action
PyBuilder Composite GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Do checkout first | no | true |
| install-python | Whether to install Python | no | true |
| homebrew-python | Whether Python should be installed via Homebrew | no | false |
| python-version | Python version to use, if installing | no | 3.11 |
| architecture | Install Python for specific architecture, if installing | no | x64 |
| with-venv | Whether to use Virtualenv during a build | no | true |
| install-pyb | Install PyBuilder | no | true |
| pyb-version | PyBuilder version to install | no | >=0.12.0 |
| pyb-command | Command to run PyBuilder | no | pyb |
| pyb-args | PyBuilder command line arguments | no | -E ci -v -X |
| pyb-extra-args | PyBuilder extra command line arguments | no | "" |
| pre-build | Run a script before PyBuilder build | no | "" |
Outputs
no outputs