PyO3: Add CI to build & upload wheels as artifacts. (#1215)

* Add maturin ci

* fix paths

* Change sdist path
This commit is contained in:
Lukas Kreussel
2023-10-29 14:44:05 +01:00
committed by GitHub
parent 46d6566c99
commit c3f2676d49
2 changed files with 1 additions and 1 deletions

BIN
.github/workflows/maturin.yml vendored Normal file

Binary file not shown.

View File

@ -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"