Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 10, 2024
1 parent ecdccd3 commit 8fb21c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ default:
fi

@publish: porcelain branch docs build
uv publish
uvx uv-publish
git tag -a v${VERSION} -m "Release {{ VERSION }}"
git push origin --tags

Expand Down

0 comments on commit 8fb21c4

Please sign in to comment.