On Mon, Dec 8, 2025 at 11:12 AM Justin Mclean <[email protected]>
wrote:

> - I did not compile / not sure if that is even possible
>

All our releases, including for PyPI have been source only as that makes
them architecture independent which is convenient for a small project, that
we just need to produce one release.

FWIW, I usually do `pip install .` at this step as the closest thing I can
think of representing a build process. (You may want to wrap that into a
pyenv or similar.)

Of course running the unit tests is also a good surrogate, and especially
various linting and static checker tools, which do similar checks as a
compiler would do for Java and C/C++.

Just wanted to share, as there have also previously been details of the ASF
release process where we had to stop and discuss what does it mean in a
python context.
henrik

(PS please change subject if you decide to reply to this email.)

--
*nyrkio.com <http://nyrkio.com/>* ~ *git blame for performance*

Henrik Ingo, CEO
[email protected]                               LinkedIn:
www.linkedin.com/in/heingo
+358 40 569 7354                                 Twitter: twitter.com/h_ingo

Reply via email to