zackees/template-python-rust-cmd
Composite action that installs the `template-cli` binary shipped with the template-python-rust-cmd Python package, then exposes it on PATH for downstream steps. Pair with `./cleanup` for a clean post-job state.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of the template-python-rust-cmd Python package to install. Defaults to the version declared in pyproject.toml of the consuming repo (resolved by uv). | no | "" |
| python-version | Python version uv should provision the install venv with. Defaults to a recent CPython compatible with the package's requires-python lower bound. | no | 3.11 |
Outputs
| name | description |
|---|---|
| binary-path | Absolute path to the installed `template-cli` binary. |