diff --git a/Makefile b/Makefile index 78ecfcd..56ea6d3 100644 --- a/Makefile +++ b/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/*