diff --git a/implementations/python/Makefile b/implementations/python/Makefile index 9481d59..825390f 100644 --- a/implementations/python/Makefile +++ b/implementations/python/Makefile @@ -14,5 +14,6 @@ clean: rm -rf preserves.egg-info build dist publish: + # sudo apt install python3-wheel twine python3 setup.py sdist bdist_wheel twine upload dist/*