mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +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:
BIN
.github/workflows/maturin.yml
vendored
Normal file
BIN
.github/workflows/maturin.yml
vendored
Normal file
Binary file not shown.
@ -19,7 +19,7 @@ candle = { path = "../candle-core", version = "0.3.0", package = "candle-core" }
|
|||||||
candle-nn = { path = "../candle-nn", version = "0.3.0" }
|
candle-nn = { path = "../candle-nn", version = "0.3.0" }
|
||||||
half = { workspace = true }
|
half = { workspace = true }
|
||||||
intel-mkl-src = { workspace = true, optional = 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]
|
[build-dependencies]
|
||||||
pyo3-build-config = "0.19"
|
pyo3-build-config = "0.19"
|
||||||
|
Reference in New Issue
Block a user