Update makefile
This commit is contained in:
parent
7ca566f839
commit
a518bca71f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ coverage:
|
|||
coverage report -m
|
||||
|
||||
release: clean
|
||||
python setup.py sdist bdist_wheel
|
||||
python setup.py clean --all sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
sdist: clean
|
||||
|
|
Loading…
Reference in a new issue