actions-marketplace-validations/maturin-action-modified
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". | — | build |
| args | Arguments for the maturin command | no | — |
| maturin-version | Version of maturin to install like "v0.10.0". Defaults to "latest". | — | 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 | — |
Outputs
no outputs