Build wheels as py3-none-{platform}.#20
Conversation
be55ad5 to
37c4603
Compare
|
A nice benefit is that it only needs to build the wheel the first time ( Once we have something like PR #21 set up, the test step wouldl still run on each environment, always using the wheel built on the first one. |
|
Hi @carlosperate looks awesome. Please give me some time to test these wheel on HW. |
|
That'd be great, thanks @Salamist! I assume it's fine that the Python code included in the wheel might not be compatible with all Python 3 version (for example, if it uses features like f strings, then it'd be 3.6+, and things like that). As I think the py3-none should only be about the ABI, and so the |
|
Hi @carlosperate |
|
Awesome, thanks @Salamist! |
Fixes #18
Based on https://github.com/joerick/python-ctypes-package-sample
CI job from my fork: https://github.com/carlosperate/libusb-package/actions/runs/6981684546
Seems to be working, but I would need to test it. Same question as #17 (comment), what would be the best way to test the wheels? Installing them in a virtual environemnt and running the
test.pyfile?