distribusi/Makefile
2018-11-23 14:49:48 +01:00

7 lines
129 B
Makefile

PIPENV := pipenv run
publish:
@rm -rf dist
@$(PIPENV) python setup.py bdist_wheel --universal
@$(PIPENV) twine upload dist/*