Lines Matching full:wheels
366 Collects Python wheels for one or more ``pw_python_package`` targets, plus any
374 - ``packages`` - List of ``pw_python_package`` targets whose wheels should be
375 included; their dependencies will be pulled in as wheels also.
376 - ``directory`` - Output directory for the collected wheels. Defaults to
383 out which wheels to collect by traversing the ``pw_python_package_wheels``
393 developer environment. The generated ``.zip`` contains Python wheels
394 (``.whl`` files) for one or more ``pw_python_package`` targets, plus wheels for
401 environment and install the whole collection of wheels into it using ``pip``.
410 - ``packages`` - A list of `pw_python_package` targets whose wheels should be
411 included; their dependencies will be pulled in as wheels also.
447 the build directory. Their dependencies will be pulled in as wheels also.