Closed j042 closed 11 months ago
Using scikit-build-core allows us to distribute static libraries as well. This results in giant files. Setting install.strip=true reduces size, so this PR does that. I will maybe remove 3.7 wheels as well.
scikit-build-core
install.strip=true
3.7
Overview
Using
scikit-build-core
allows us to distribute static libraries as well. This results in giant files. Settinginstall.strip=true
reduces size, so this PR does that. I will maybe remove3.7
wheels as well.Addressed issues