Skip to content

Commit a7ba64f

Browse files
author
Niru Nahesh
committed
Fixes typo in justfile.
1 parent d0b37ee commit a7ba64f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ default: test
33
build:
44
uv build
55

6-
upload:
7-
uv upload
6+
publish:
7+
uv publish
88

99
docs:
1010
mkdocs build --strict

0 commit comments

Comments
 (0)