$ dt-sdk wheel --help
Usage: dt-sdk wheel [OPTIONS] [extension_dir]
Downloads the dependencies of the extension to the lib folder
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ extension_dir <path> Path to the python extension [default: .] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --extra-platform -e <str> Download wheels for an extra platform │
│ --extra-index-url -i <str> Extra index url to use when │
│ downloading dependencies │
│ --find-links -f <str> Extra index url to use when │
│ downloading dependencies │
│ --only-extra-platforms -o Only build for the extra platforms, │
│ useful when building from arm64 (mac) │
│ --python-version -p <str> Python versions to download wheels │
│ for. Supported: 3.10, 3.14 │
│ --no-index Pass --no-index to pip, ignoring the │
│ package index (only --find-links │
│ sources will be used) │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯