export PYTHONDONTWRITEBYTECODE=1 &&

export LANG=en_US.UTF-8

python -m build --wheel &&

prepare_install &&
python -m installer --destdir=/ dist/*.whl
