Update Makefile
This commit is contained in:
parent
a23fdadee0
commit
9018be18f9
3
Makefile
3
Makefile
@ -4,7 +4,8 @@ clean:
|
|||||||
rm -rf dist daemonize.egg-info
|
rm -rf dist daemonize.egg-info
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist bdist_wheel
|
||||||
|
twine upload dist/*
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
sphinx-build -b html docs docs/_build
|
sphinx-build -b html docs docs/_build
|
||||||
|
Loading…
Reference in New Issue
Block a user