Don't use pipenv for releases
This commit is contained in:
parent
b31e211498
commit
6212f25536
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,4 @@
|
||||||
PIPENV := pipenv run
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
@rm -rf dist
|
@rm -rf dist
|
||||||
@$(PIPENV) python setup.py bdist_wheel --universal
|
@python setup.py bdist_wheel --universal
|
||||||
@$(PIPENV) twine upload dist/*
|
@twine upload dist/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue