Skip to content

Commit

Permalink
Switch to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 31, 2024
1 parent a15bdcf commit 15fb546
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ endif
.PHONY: build
build:
uv build
twine check dist/*
check-manifest
pyroma .
check-wheel-contents dist
uvx twine check dist/*
uvx check-manifest
uvx pyroma .
uvx check-wheel-contents dist

.PHONY: publish
publish: porcelain branch docs build
Expand Down

0 comments on commit 15fb546

Please sign in to comment.