Show More
@@ -7,7 +7,7 b' import os' | |||||
7 |
|
7 | |||
8 | from toollib import cd, sh |
|
8 | from toollib import cd, sh | |
9 |
|
9 | |||
10 |
tag = subprocess. |
|
10 | tag = subprocess.check_output('git describe --tags', shell=True).decode('utf8', 'replace').strip() | |
11 | base_name = 'ipython-%s' % tag |
|
11 | base_name = 'ipython-%s' % tag | |
12 | tar_name = '%s.tgz' % base_name |
|
12 | tar_name = '%s.tgz' % base_name | |
13 |
|
13 |
General Comments 0
You need to be logged in to leave comments.
Login now