mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Don't require python2 for releases
This commit is contained in:
parent
9e816a97ff
commit
a469b3284e
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ def prep():
|
||||||
|
|
||||||
# Build.
|
# Build.
|
||||||
with chdir(BASE):
|
with chdir(BASE):
|
||||||
subprocess.check_call(['python2', 'setup.py', 'sdist'])
|
subprocess.check_call(['python', 'setup.py', 'sdist'])
|
||||||
|
|
||||||
# Generate Markdown changelog.
|
# Generate Markdown changelog.
|
||||||
cl = changelog_as_markdown()
|
cl = changelog_as_markdown()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue