Skip to content

Commit 7e857b5

Browse files
author
Fabien Coelho
committed
use venv for build
1 parent 1ae12ea commit 7e857b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ $(MODULE).egg-info: venv
8888
$(PIP) install -e .
8989

9090
# generate source and built distribution
91-
dist:
91+
dist: venv
92+
source venv/bin/activate
9293
$(PYTHON) -m build
9394

9495
.PHONY: publish

0 commit comments

Comments
 (0)