Skip to content

Commit c3889f1

Browse files
committed
Tweak the python executable (version) used in Makefile
1 parent 95d721b commit c3889f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test:
88
pyflakes scraper
99

1010
release: test
11-
python setup.py sdist bdist_wheel
11+
python3 setup.py sdist bdist_wheel
1212

1313
upload:
1414
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)