diff --git a/Makefile b/Makefile index 01c1e1c..3ff49b0 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ clean: find . -name '*~' -exec rm -f {} + publish: clean - python3.8 setup.py sdist bdist_wheel - python3.8 -m twine upload dist/* + python3 setup.py sdist bdist_wheel + python3 -m twine upload dist/* rebuild: clean - python3.8 setup.py install + python3 setup.py install build: - python3.8 setup.py install \ No newline at end of file + python3 setup.py install \ No newline at end of file