Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Aug 5, 2024
1 parent 5288abe commit cded9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

uv does not yet have dedicated commands for building and publishing a package. Instead, you can use
the PyPA tools [`build`](https://github.com/pypa/build) and
[`twine`](https://github.com/pypa/twine).
[`twine`](https://github.com/pypa/twine), both of which can be invoked via `uvx`.

## Building your package

Build your package with official `build` frontend:
Build your package with the official `build` frontend:

```console
$ uvx --from build pyproject-build
Expand Down

0 comments on commit cded9cf

Please sign in to comment.