Delete old wheels on build

This commit is contained in:
Imdad Ahad
2017-02-20 13:09:30 +00:00
parent 87a794b471
commit 28944e3952

View File

@@ -78,6 +78,7 @@ generate-version-file: ## Generates the app version file
.PHONY: build
build: dependencies generate-version-file ## Build project
rm -rf wheelhouse
. venv/bin/activate && PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} pip-accel wheel --wheel-dir=wheelhouse -r requirements.txt
.PHONY: cf-build