Currently, the files within the assets folder are manually generated. It would be beneficial if, whenever a new dependency is added, the corresponding files are automatically generated and stored in this folder.
This can be achieved either by using a Makefile with the necessary scripts (e.g., make dependencies or make dependency flamapy==2.0.2.dev0) or by setting up a GitHub Action that automatically generates and pushes the required wheels.