distrib/Makefile
2019-07-08 20:01:25 +02:00

5 lines
87 B
Makefile

publish:
@rm -rf dist
@python setup.py bdist_wheel --universal
@twine upload dist/*