Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Feb 13, 2022
1 parent 700a228 commit 42ab1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

assert len(sys.argv) == 2, 'Argument is required, usage: build.py pip/twine/gource'
mode = sys.argv[1].strip()
python = 'python3' if not sys.platform == 'win32' else 'py -3.7'
python = 'python3' if not sys.platform == 'win32' else 'py -3.8'

if mode == 'pip':
if os.path.isdir('dist/'):
Expand Down

0 comments on commit 42ab1a0

Please sign in to comment.