Skip to content

Commit

Permalink
Merge pull request #76 from LLNL/lee1001/tweak-python-version-used
Browse files Browse the repository at this point in the history
Tweak the python executable (version) used in Makefile
  • Loading branch information
IanLee1521 authored Sep 7, 2023
2 parents f00ea1b + c3889f1 commit 3a29922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 3a29922

Please sign in to comment.