Guide: https://youtu.be/JkeNVaiUq_c
twine
pip install .
Then import in python terminal editor to test.
Remove using pip uninstall quantpyml
First delete dist then edit version in toml. Then build wheel and dist:
python -m build
twine upload -r testpypi dist/*
Test install: pip install -i https://test.pypi.org/simple/ quantpyml
twine upload dist/*
Test install: pip install quantpyml