How many times have a published a corrupt, messed up package? A lot.
- whl is empty
- missing the non .py files
- missing a dependency or dependency was in the dev section
About time I tried again to write a "test this package" tool. Last time I got stuck needing to create a venv but the code testing the venv is running from a venv and reinstalling to the same venv doesn't prove int works in a fresh venv.