Don't use pipenv for releases

This commit is contained in:
Luke Murphy 2019-07-08 20:01:25 +02:00
parent b31e211498
commit 6212f25536
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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/*