distribusi/Makefile

7 lines
129 B
Makefile
Raw Normal View History

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