Page MenuHomeSoftware Heritage

option to skip bdist_wheel and only upload a source package
ClosedPublic

Authored by olasd on Dec 9 2021, 11:22 AM.

Details

Summary

uploading architecture dependent wheels would require using manylinux
for them to be uploaded to pypi.

https://www.python.org/dev/peps/pep-0513/#rationale

Diff Detail

Repository
rCJSWH Jenkins jobs
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

olasd added a reviewer: dachary.

Make the parameter INCLUDE_BDIST

ardumont added a subscriber: ardumont.

Awesome.

You make it appear so easy to modify this kind of stuff ;)

This revision is now accepted and ready to land.Dec 10 2021, 10:03 AM

This is all news to me but it makes intuitive sense. Plus it was tested manually and I can testify it worked. So I review positively (yeah, I make a big deal out of this because this is my first review ;-) )