Skip to content

Commit cc3e1b7

Browse files
davidsmfreireclaude
andcommitted
fix(py): mark sqlshield-py as publish = false (PyPI-only crate)
`sqlshield-py` is a PyO3 cdylib distributed as a Python wheel via maturin / PyPI. The crate-type is `cdylib`, so no Rust crate can depend on it — publishing it to crates.io adds nothing and just made the release-plz workflow attempt a redundant publish. Setting `publish = false` tells cargo (and release-plz) to skip it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 006e31a commit cc3e1b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlshield-py/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rust-version.workspace = true
77
license.workspace = true
88
repository.workspace = true
99
description = "Python bindings for sqlshield with cli included"
10+
publish = false
1011

1112
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213
[lib]

0 commit comments

Comments
 (0)