Publishing to PyPI

Updating the PackageURL copied

  1. Update version in:
    • pyproject.toml
    • settings.ini
    • vyasa/__init__.py
  1. Update CHANGELOG.md
  1. Rebuild and republish:
rm -rf dist/ build/ *.egg-info
python -m build
python -m twine upload dist/*