python -m build
# or
hatchling build
python -m build
twine upload dist/*
python -m build
twine upload --repository testpypi dist/*
pip install -i https://test.pypi.org/simple/ ncdtecbook
python -m build
# or
hatchling build
python -m build
twine upload dist/*
python -m build
twine upload --repository testpypi dist/*
pip install -i https://test.pypi.org/simple/ ncdtecbook