Skip to content

Commit 2778e42

Browse files
committed
added allow-dirty to [dist] section of dist-workspace.toml
1 parent f14c6e0 commit 2778e42

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ r2x-ast = { path = "crates/r2x-ast", version = "0.0.1" }
2424
[profile.dist]
2525
inherits = "release"
2626
lto = "thin"
27-
28-
[workspace.metadata.dist]
29-
allow-dirty = ["ci"]

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
1515
install-path = "CARGO_HOME"
1616
# Whether to install an updater program
1717
install-updater = false
18+
# prevents errors for they python parts of the release
19+
allow-dirty = ["ci"]
1820

1921
[workspace.metadata.dist]
2022
allow-dirty = true

0 commit comments

Comments
 (0)