projg2/Create and publish a crate tarball
Create a Gentoo create tarball using pycargoebuild and attach it to a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag to create release on | — | ${{ github.ref_name }} |
| dist-filename | The name of distribution file (e.g. foo-1.2.3-crates.tar.xz) | — | ${{ github.event.repository.name }}-${{ github.ref_name }}-crates.tar.xz |
| directories | Directories with Cargo.toml files to process | — | . |
| run-cargo-update | Run "cargo update" in top-level directory | — | false |
Outputs
no outputs