Browse Source

Don't use pipenv for releases

master
Luke Murphy 5 years ago
parent
commit
6212f25536
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 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…
Cancel
Save