Skip to content

Commit 4984a14

Browse files
Fix "make build" command
1 parent 62e2b5a commit 4984a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bin = ${venv}/bin/
33
pysources = src/ test_project/ tests/
44

55
build:
6-
${python} setup.py sdist bdist_wheel
6+
${bin}python setup.py sdist bdist_wheel
77
${bin}twine check dist/*
88
rm -r build
99

0 commit comments

Comments
 (0)