Setup wheel-build repository #1731
Labels
difficulty hard
Hard issue: required deep gensim understanding & high python/cython skills
testing
Issue related with testing (code, documentation, etc)
It's very useful to have wheels for all platforms because it allows avoiding many problems with compilation.
Right now, we build windows x64 wheels in gensim and MacOSX wheels in gensim-wheels.
Distinct repo looks like the best solution because for wheel building & testing we need some untrivial CI configurations and this action needs a lot of time (we don't want to have very slow CI in the current repo).
Also, this allows making release process easier (build all wheels by one commit/command), centralized testing of wheels.
What's need to make
Linux wheels
Windows wheels
MacOSx wheels
(Optional) Cron jobs (for everyday build)
Related links:
The text was updated successfully, but these errors were encountered: