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