diff --git a/Makefile b/Makefile index b355071..3d6b542 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,7 @@ release: dist ## package and upload a release twine upload dist/* dist: clean ## builds source and wheel package - python setup.py sdist - python setup.py bdist_wheel + python -m build ls -l dist