Skip to content

Commit

Permalink
docs: add a missing ` in README (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Sep 7, 2024
1 parent ae37340 commit 025836a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See the [documentation](https://build.pypa.io) for full information.
- `--installer`: Pick an installer for the isolated build (`pip` or `uv`).
- `--no-isolation` (`-n`): Disable build isolation.
- `--skip-dependency-check` (`-x`): Disable dependency checking when not isolated; this should be done if some requirements or version ranges are not required for non-isolated builds.
- `--outdir (`-o`): The output directory (defaults to `dist`)
- `--outdir` (`-o`): The output directory (defaults to `dist`)

Some common combinations of arguments:

Expand Down

0 comments on commit 025836a

Please sign in to comment.