We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98c20d commit 896be6aCopy full SHA for 896be6a
Makefile
@@ -26,7 +26,7 @@ test:
26
27
docs:
28
env/bin/sphinx-build -b html docs docs/_build
29
- python -m webbrowser -t "docs/_build/index.html"
+ env/bin/python -m webbrowser -t "docs/_build/index.html"
30
31
clean_docs:
32
rm -rf docs/_build
@@ -47,4 +47,4 @@ release: clean lint test
47
env/bin/python -m build --sdist --wheel
48
49
upload: release
50
- env/bin/twine upload dist/*
+ env/bin/twine upload dist/*
0 commit comments