PyO3 / maturin

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
https://maturin.rs
Apache License 2.0
3.96k stars 275 forks source link

Use dev drive for windows actions #2274

Open konstin opened 1 month ago

konstin commented 1 month ago

Windows is significantly slower to compile and test than other platforms due to its slow io. We should use https://github.com/marketplace/actions/setup-dev-drive to speed up windows CI.