diff --git a/Makefile b/Makefile index 2f99d15..715d12d 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ docs: release: clean $(python) -m build - twine upload + twine upload dist/*.tar.gz sdist: clean $(python) -m build