We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856debc commit 717af2cCopy full SHA for 717af2c
docs/how-to-guides/config-settings.rst
@@ -24,7 +24,7 @@ the ``-C`` short command line option:
24
25
.. code-block:: console
26
27
- $ python -m build \
+ $ python -m build --wheel \
28
-Csetup-args="-Doption=true" \
29
-Csetup-args="-Dvalue=1" \
30
-Ccompile-args="-j6"
@@ -34,6 +34,7 @@ the ``-C`` short command line option:
34
35
36
37
+ $ # note: pip >=23.1 also accepts -C instead of --config-settings
38
$ python -m pip wheel . \
39
--config-settings=setup-args="-Doption=disable" \
40
--config-settings=compile-args="-j6"
0 commit comments