Commit cc3e1b7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments