We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9e732 commit 25f4546Copy full SHA for 25f4546
1 file changed
Makefile
@@ -33,7 +33,8 @@ test-coverage: venv
33
$(VENV_RUN); coverage run --source=verdin -m pytest tests && coverage lcov -o .coverage.lcov
34
35
dist: clean-dist
36
- python3 -m build
+ python -m pip install build
37
+ python -m build
38
39
install: venv
40
$(VENV_RUN); pip install -e ".[dev]"
0 commit comments