Packaging
References
Most used commands
- Install the required packages
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
- Build the package
python3 -m build
- Install locally in editable mode
pip install -e .
- Upload the package to PyPI
twine upload -r pypi dist/*