(C) 2024-2025 by Damir Cavar, NLP-Lab
Install twine and tox
pip install -U twine
pip install -U tox
Run the following command:
python setup.py sdist
Test whether the package can be build correctly:
pip install -e .
Run the following command:
twine upload dist/*
Use tox to validate the code.