Skip to content

Commit

Permalink
docs: mention uvx (#65)
Browse files Browse the repository at this point in the history
* docs: mention uvx

* Update README.md

* style: pre-commit fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
henryiii and pre-commit-ci[bot] authored Oct 10, 2024
1 parent af9bb7c commit 277778a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ To run:
$ pipx run check-sdist[uv]
```

Or, if you have uv:

```console
$ uvx check-sdist
```

You can add `--no-isolation` to disable build isolation (faster, but must
preinstall build dependencies), `--source-dir` to select a different source
directory to check, and `--inject-junk` to temporarily inject some common junk
Expand Down

0 comments on commit 277778a

Please sign in to comment.