python3.12 -m venv venv
source venv/bin/activate
pip install --upgrade pippip install setuptools wheel buildpip install twine# Add dependency into pyproject.toml
# Run pip install
pip install -e .- Update underdoc/version.py for version number
- Update version number in pyproject.toml
python -m buildtwine upload dist/*