build project (note the version in setup.py)
python setup.py sdist bdist_wheelupload to pypi test
twine upload --repository-url https://test.pypi.org/legacy/ dist/*install using pypi test (note the version)
pip install -i https://test.pypi.org/simple/ pyllama==0.0.4