Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: switch to python build command for sdist
switch from `python setup.py sdist` to `python -m build --sdist` that's now the formal way to build, and not assume we have `distutil` installed on that system.
- Loading branch information