mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
Temporarily allow dirty dist workflows (#53)
This commit is contained in:
parent
5e29ee69de
commit
08881edbaf
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ version = "0.0.0-alpha.4"
|
|||
|
||||
# Config for 'dist'
|
||||
[dist]
|
||||
# Temporarily for pre-release workflows
|
||||
allow-dirty = ["ci"]
|
||||
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
|
||||
cargo-dist-version = "0.28.5-prerelease.2"
|
||||
# Whether to consider the binaries in a package for distribution (defaults true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue