actions-marketplace-validations/maturin-action-nebulis
GitHub Action to install and run a custom maturin command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| command | maturin command to run. Defaults to "build". | no | build |
| args | Arguments for the maturin command | no | — |
| maturin-version | Version of maturin to install like "v0.10.0". Defaults to "latest". | no | latest |
| manylinux | Control the manylinux platform tag on linux. | no | — |
| container | Docker container image name. Default depends on "target" and "manylinux" options. | no | — |
| target | The --target option for cargo | no | — |
| rust-toolchain | Rust toolchain name. See https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification | no | — |
| rustup-components | Rustup components. See https://rust-lang.github.io/rustup/concepts/components.html | no | — |
| working-directory | Working directory from where to launch the docker command. | no | — |
Outputs
no outputs