Ofek Lev
Ofek Lev
In case it helps, I wrote PyApp to easily distribute Python applications (mostly CLIs) https://github.com/ofek/pyapp
Can you please provide an example?
Automatic installation of patch releases is not possible, but will be eventually. What you can do right now however is manually install what you want and ensure that it is...
The API has to begin supporting PEP 639 https://github.com/pypi/warehouse/issues/12585
I believe that would fix the issue although maybe the API depends on the license classifier, I can't remember.

Tracking: https://github.com/python-cffi/cffi/issues/109
What is the build job that produces the final artifacts?
Oh, are you able to change the build process to do `python -m build` rather than `python setup.py ...`?
Were you able to get it working?