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")