Skip to content

Commit 896be6a

Browse files
authored
Update Makefile
1 parent e98c20d commit 896be6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test:
2626

2727
docs:
2828
env/bin/sphinx-build -b html docs docs/_build
29-
python -m webbrowser -t "docs/_build/index.html"
29+
env/bin/python -m webbrowser -t "docs/_build/index.html"
3030

3131
clean_docs:
3232
rm -rf docs/_build
@@ -47,4 +47,4 @@ release: clean lint test
4747
env/bin/python -m build --sdist --wheel
4848

4949
upload: release
50-
env/bin/twine upload dist/*
50+
env/bin/twine upload dist/*

0 commit comments

Comments
 (0)