Skip to content

Commit

Permalink
PyO3: Add CI to build & upload wheels as artifacts. (#1215)
Browse files Browse the repository at this point in the history
* Add maturin ci

* fix paths

* Change sdist path
  • Loading branch information
LLukas22 authored Oct 29, 2023
1 parent 46d6566 commit c3f2676
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .github/workflows/maturin.yml
Binary file not shown.
2 changes: 1 addition & 1 deletion candle-pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3f2676

Please sign in to comment.