Skip to content

Commit

Permalink
leave another note in Makefile to help remember using virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 12, 2023
1 parent ded846d commit d6d8ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ release: clean
force_release: clean
# IF we're in a virtual environment, add build tools
test -z "$$VIRTUAL_ENV" || pip install -U build twine
python3 -m build --sdist --wheel
python3 -m build --sdist --wheel || echo "Use a virtual-env with 'python -m venv env && source env/bin/activate' instead"
twine upload dist/*
git push --tags origin main

0 comments on commit d6d8ecd

Please sign in to comment.