We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485affb commit b362027Copy full SHA for b362027
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