Fixes #78 * Pypi action was badly configured ... but in a subtle way * Give the ability to have one branch rebuilt * Allowed python history to be extended. The new code creates a complementary csv file that has to be recombined (because I don't want to automate that) with the initial one. Command I used was `cat get_packages_downloads_by_month.csv get_packages_downloads_by_month.update-of-2024-09-01.csv | sort -u > get_packages_downloads_by_month.combined.csv` which works quite well due to the fact it's headerless CSV ! * Making logs more explicit * Tries to handle some weird errors Unfortunatly the whole process, even though cool, revealed in all its glory issue #84 , which requires some very serious handling