Skip to content

Commit 3a29922

Browse files
authored
Merge pull request #76 from LLNL/lee1001/tweak-python-version-used
Tweak the python executable (version) used in Makefile
2 parents f00ea1b + c3889f1 commit 3a29922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
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)