3 / 10

Build the PackageURL copied

Copied
# Clean previous builds
rm -rf dist/ build/ *.egg-info

# Build the package
python -m build

This creates:

  • dist/vyasa-0.1.0-py3-none-any.whl (wheel)
  • dist/vyasa-0.1.0.tar.gz (source distribution)