diff --git a/Makefile b/Makefile index 66a589c..5d7abcf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: pyflakes scraper release: test - python setup.py sdist bdist_wheel + python3 setup.py sdist bdist_wheel upload: twine upload --skip-existing dist/*