forked from varia/distribusi
5 lines
87 B
Makefile
5 lines
87 B
Makefile
publish:
|
|
@rm -rf dist
|
|
@python setup.py bdist_wheel --universal
|
|
@twine upload dist/*
|