From 7df2b29f44a5a618a035e8596ed77bc350f115c7 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sat, 16 Dec 2023 01:11:01 -0500 Subject: [PATCH] add local install --- makefile-pypi.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makefile-pypi.mk b/makefile-pypi.mk index c7d09f1..8285658 100644 --- a/makefile-pypi.mk +++ b/makefile-pypi.mk @@ -12,9 +12,8 @@ dist: python -m build twine check dist/* -ndist: - pip install -q build - python -m build +local: + pip install dist/*.whl --force-reinstall patch: clean twine $(call banner, "patch")