There was an error while loading. Please reload this page.
2 parents 485affb + b362027 commit 212af45Copy full SHA for 212af45
1 file changed
Makefile
@@ -81,10 +81,10 @@ verify: ## Run all linters
81
82
distribution-archives: ## Generate distribution archives to be uploaded into Python registry
83
rm -rf dist
84
- pdm run python -m build
+ uv run python -m build
85
86
upload-distribution-archives: ## Upload distribution archives into Python registry
87
- pdm run python -m twine upload --repository ${PYTHON_REGISTRY} dist/*
+ uv run python -m twine upload --repository ${PYTHON_REGISTRY} dist/*
88
89
help: ## Show this help screen
90
@echo 'Usage: make <OPTIONS> ... <TARGETS>'
0 commit comments