Skip to content

Commit a469b32

Browse files
committed
Don't require python2 for releases
1 parent 9e816a9 commit a469b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def prep():
281281

282282
# Build.
283283
with chdir(BASE):
284-
subprocess.check_call(['python2', 'setup.py', 'sdist'])
284+
subprocess.check_call(['python', 'setup.py', 'sdist'])
285285

286286
# Generate Markdown changelog.
287287
cl = changelog_as_markdown()

0 commit comments

Comments
 (0)