1. Install build tools (if not already installed):
  pip install build twine

2. Build the package:
  python -m build

3. Upload to PyPI:
  twine upload dist/*
