From a307e8f09143c9ba11b19517d0175c050fd3b11d Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 7 Nov 2022 19:44:18 +0100 Subject: pre release Signed-off-by: Giampaolo Rodola --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb7f89ae..bdafabaf 100644 --- a/Makefile +++ b/Makefile @@ -270,8 +270,8 @@ check-sdist: ## Create source distribution and checks its sanity (MANIFEST) ${MAKE} clean $(PYTHON) -m virtualenv --clear --no-wheel --quiet build/venv PYTHONWARNINGS=all $(PYTHON) setup.py sdist - build/venv/local/bin/python -m pip install -v --isolated --quiet dist/*.tar.gz - build/venv/local/bin/python -c "import os; os.chdir('build/venv'); import psutil" + build/venv/bin/python -m pip install -v --isolated --quiet dist/*.tar.gz + build/venv/bin/python -c "import os; os.chdir('build/venv'); import psutil" pre-release: ## Check if we're ready to produce a new release. ${MAKE} check-sdist -- cgit v1.2.1