Use `build` instead of calling setup.py to build PyPI artifacts
This allows migration to any PEP 517-compliant build backend, in the future. direct calls to setup.py have been deprecated for a while now.
This is a followup to !179 (merged)
Staging instance, all changes can be removed at any time
This allows migration to any PEP 517-compliant build backend, in the future. direct calls to setup.py have been deprecated for a while now.
This is a followup to !179 (merged)