5 lines
75 B
Makefile
5 lines
75 B
Makefile
|
publish:
|
||
|
@rm -rf dist
|
||
|
@python setup.py bdist_wheel
|
||
|
@twine upload dist/*
|