Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 18, 2021
1 parent a1a814c commit 8b10de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lint:
pydocstyle --add-ignore=D1,D202,D301,D413 ${PYTHON_SOURCES}

docs:
rm -rf docs/_build
cd docs && sphinx-build -b html -d _build/doctrees . _build/html

porcelain:
Expand All @@ -45,7 +46,9 @@ endif

build: docs
rm -rf build
rm -rf dist
python setup.py sdist bdist_wheel

publish: porcelain branch build
twine upload dist/*
rm -rf dist

0 comments on commit 8b10de4

Please sign in to comment.