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:
|
||||
@rm -rf dist
|
||||
@$(PIPENV) python setup.py bdist_wheel --universal
|
||||
@$(PIPENV) twine upload dist/*
|
||||
@python setup.py bdist_wheel --universal
|
||||
@twine upload dist/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue