Skip to content

Commit b362027

Browse files
committed
LCORE-446: Use uv tool to build and upload distribution archives
1 parent 485affb commit b362027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ verify: ## Run all linters
8181

8282
distribution-archives: ## Generate distribution archives to be uploaded into Python registry
8383
rm -rf dist
84-
pdm run python -m build
84+
uv run python -m build
8585

8686
upload-distribution-archives: ## Upload distribution archives into Python registry
87-
pdm run python -m twine upload --repository ${PYTHON_REGISTRY} dist/*
87+
uv run python -m twine upload --repository ${PYTHON_REGISTRY} dist/*
8888

8989
help: ## Show this help screen
9090
@echo 'Usage: make <OPTIONS> ... <TARGETS>'

0 commit comments

Comments
 (0)