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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25545
Build 39934: arc lint + arc unit

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 ;-) )