inference-labs-inc/Set TOML Version
Update version fields in pyproject.toml or Cargo.toml files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to set (defaults to tag version from github.ref_name) | no | — |
| files | Paths to TOML files (one per line; auto-discovers pyproject.toml and Cargo.toml if omitted) | no | — |
| verify | Reject unexpected git changes after version injection | no | false |
Outputs
| name | description |
|---|---|
| version | The cleaned version that was set |
| version_underscored | The version with dots replaced by underscores |