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.
Makefile
1 parent a9dea99 commit 104fb59Copy full SHA for 104fb59
Makefile
@@ -80,7 +80,7 @@ coverage-html: ## Run tests and generate an HTML coverage report. Ex: make cover
80
# ==============================================================================
81
82
.PHONY: build
83
-build: clean ## Build the package into wheel and sdist artifacts
+build: ## Build the package into wheel and sdist artifacts
84
@echo "$(BLUE)› Building package...$(RESET)"
85
@$(BUILD_RUNNER)
86
@echo "$(GREEN)✅ Package built in 'dist/'.$(RESET)"
0 commit comments