

set -ex



pip check
python-build --help
pyproject-build --help
pytest -vv tests -k "not test_output and not test_build_sdist"
exit 0
