Skip to content

Commit

Permalink
Don't require python2 for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed May 29, 2018
1 parent 9e816a9 commit a469b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def prep():

# Build.
with chdir(BASE):
subprocess.check_call(['python2', 'setup.py', 'sdist'])
subprocess.check_call(['python', 'setup.py', 'sdist'])

# Generate Markdown changelog.
cl = changelog_as_markdown()
Expand Down

0 comments on commit a469b32

Please sign in to comment.