mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +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.
|
||||
with chdir(BASE):
|
||||
subprocess.check_call(['python2', 'setup.py', 'sdist'])
|
||||
subprocess.check_call(['python', 'setup.py', 'sdist'])
|
||||
|
||||
# Generate Markdown changelog.
|
||||
cl = changelog_as_markdown()
|
||||
|
|
|
|||
Loading…
Reference in a new issue