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
{{ message }}
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
Do we still want to cythonize in sdists though? It's seems like Cython generated .c files is not forward compatible with future Python versions, and if I remember correctly there were several issues reported about it. Adding cython to build requirements (or what goes for it pre PEP 518) could be a workaround.
+1 for automating the generation of the sdist archive. That would also give us the ability to test installation from the source tarball. We could also run twine check on it.
It seems silly that:
We should have a job here that uploads an sdist alongside the wheels... as long as that then works with
fetch_artifacts
.The text was updated successfully, but these errors were encountered: