libusb-package
libusb-package copied to clipboard
Build wheels as py3-none-{platform}.
Fixes https://github.com/pyocd/libusb-package/issues/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 https://github.com/pyocd/libusb-package/pull/17#issuecomment-1825023697, what would be the best way to test the wheels? Installing them in a virtual environemnt and running the test.py
file?