Skip to content

Commit

Permalink
Merge pull request #11254 from kasium/issue-11235
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Aug 15, 2022
2 parents 7efc814 + 1413fae commit bd54161
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/html/cli/pip_wheel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Description

This is now covered in :doc:`../reference/build-system/index`.

Differences to ``build``
------------------------

`build <https://pypi.org/project/build/>`_ is a simple tool which can among other things build
wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``.
It can also build source distributions which is not possible with ``pip``.
``pip wheel`` covers the wheel scope of ``build`` but offers many additional features.

Options
=======

Expand Down
Empty file added news/11254.trivial.rst
Empty file.

0 comments on commit bd54161

Please sign in to comment.