Skip to content

Commit 25f4546

Browse files
committed
fix dist make command
1 parent 5f9e732 commit 25f4546

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ test-coverage: venv
3333
$(VENV_RUN); coverage run --source=verdin -m pytest tests && coverage lcov -o .coverage.lcov
3434

3535
dist: clean-dist
36-
python3 -m build
36+
python -m pip install build
37+
python -m build
3738

3839
install: venv
3940
$(VENV_RUN); pip install -e ".[dev]"

0 commit comments

Comments
 (0)