You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yakutovicha - Given that CLEED will be compiled to platform-native shared libraries (via CMake as per #40) , then I recommend targeting multiple operating systems and CPU architectures via cibuildwheel and then publishing with the official pypa action. cibuildwheel also provides hooks for testing, which could prove incredibly useful when targeting different architectures.
There are probably plenty of gotchas (here be dragons 🐉🐉 issues as found with cleed_sym historically) but this will maximise availability to all potential users and allow a way to spread testing as wide as possible.
depends on #10
The text was updated successfully, but these errors were encountered: