Fix broken pypi upload
After 0518090a we can't actually upload to PiPy, despite the package building. See: https://github.com/pypa/pip/issues/6301
This series reverts this change, and adds CI to check we can upload packages successfully in MRs.
Also get rid of artifact reaper, not used anymore.
Edited by Charlie Turner