mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
PyO3: Add CI to build & upload wheels as artifacts. (#1215)
* Add maturin ci * fix paths * Change sdist path
This commit is contained in:
@ -19,7 +19,7 @@ candle = { path = "../candle-core", version = "0.3.0", package = "candle-core" }
|
||||
candle-nn = { path = "../candle-nn", version = "0.3.0" }
|
||||
half = { workspace = true }
|
||||
intel-mkl-src = { workspace = true, optional = true }
|
||||
pyo3 = { version = "0.19.0", features = ["extension-module"] }
|
||||
pyo3 = { version = "0.19.0", features = ["extension-module", "abi3-py38"] }
|
||||
|
||||
[build-dependencies]
|
||||
pyo3-build-config = "0.19"
|
||||
|
Reference in New Issue
Block a user