Add `publish = false` to pyo3-ffi-check and pytests crate
This commit is contained in:
parent
c776792f9d
commit
272df32277
|
@ -2,6 +2,7 @@
|
|||
name = "pyo3-ffi-check"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
pyo3-ffi-check-macro = { path = "./macro" }
|
||||
|
|
|
@ -4,6 +4,7 @@ name = "pyo3-pytests"
|
|||
version = "0.1.0"
|
||||
description = "Python-based tests for PyO3"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
pyo3 = { path = "../", features = ["extension-module"] }
|
||||
|
|
Loading…
Reference in New Issue