diff --git a/Makefile b/Makefile index 962c419..cc73294 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ test: .PHONY: deploy # deploy package deploy: + python3 -m build python3 -m twine upload --repository zakat dist/* # show help