▲ | danielhanchen 3 days ago | |||||||||||||||||||||||||
Oh yes I was working on providing binaries together with pip - currently we're relying on pyproject.toml, but once we utilize setup.py (I think), using binaries gets much simpler I'm still working on it, but sadly I'm not a packaging person so progress has been nearly zero :( | ||||||||||||||||||||||||||
▲ | ffsm8 3 days ago | parent | next [-] | |||||||||||||||||||||||||
I think you misunderstood rfoos suggestion slightly. From how I interpreted it, he meant you could create a new python package, this would effectively be the binary you need. In your current package, you could depend on the new one, and through that - pull in the binary. This would let you easily decouple your package from the binary,too - so it'd be easy to update the binary to latest even without pushing a new version of your original package I've maintained release pipelines before and handled packaging in a previous job, but I'm not particularly into the python ecosystem, so take this with a grain of salt: an approach would be Pip Packages :
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | rat9988 3 days ago | parent | prev [-] | |||||||||||||||||||||||||
Don't worry. Don't let the rednecks screaming here affect you. As for one, I'm happy that you have automated this part and sad to see it is going away. People will always complain. It might be reasonable feedback worth acting upon. Don't let their tone distract you though. Some of them are just angry all day. | ||||||||||||||||||||||||||
|