Skip to content

Commit d6d8ecd

Browse files
committed
leave another note in Makefile to help remember using virtualenv
1 parent ded846d commit d6d8ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ release: clean
1717
force_release: clean
1818
# IF we're in a virtual environment, add build tools
1919
test -z "$$VIRTUAL_ENV" || pip install -U build twine
20-
python3 -m build --sdist --wheel
20+
python3 -m build --sdist --wheel || echo "Use a virtual-env with 'python -m venv env && source env/bin/activate' instead"
2121
twine upload dist/*
2222
git push --tags origin main

0 commit comments

Comments
 (0)