Re: Building multiple wheel with pybuild
Stefano Rivera <[email protected]> Mon, 22 Dec 2025 21:35:37 +0000
| Newsgroups | gmane.linux.debian.devel.python |
|---|---|
| Message-ID | <yxk3bqeqm7ys5bhj7lffhszamggcgcclxxqbcvg3yw7jtbsjjl@jhsqqubjcmoj> |
Hi picca (2025.12.22_18:52:01_+0000) If you are building multiple wheels with pybuild, you should call pybuild multiple times with different --name values. e.g. https://salsa.debian.org/python-team/tools/dh-python/-/blob/master/tests/tpb07/debian/rules?ref_type=heads That's a test-case so the rules file isn't structured exactly the way a package would be, but it should explain the idea. Stefano