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
The recommended way to build cython files will run the build even if you are calling setup.py clean or setup.py --help. This can waste quite a bit of development time. It would be better if the cythonizing process is only run during an actual build.