Skip to content

Commit

Permalink
add local install
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 16, 2023
1 parent 234d8ab commit 7df2b29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makefile-pypi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7df2b29

Please sign in to comment.