Show More
@@ -49,8 +49,7 b' cd(ipdir)' | |||||
49 | sh('./setup.py register') |
|
49 | sh('./setup.py register') | |
50 |
|
50 | |||
51 | # Upload all files |
|
51 | # Upload all files | |
52 | for cmd in [sdists, eggs] + win_builds: |
|
52 | sh(sdists + ' upload') | |
53 | sh(cmd + ' upload') |
|
|||
54 | cd(distdir) |
|
53 | cd(distdir) | |
55 | print( 'Uploading distribution files...') |
|
54 | print( 'Uploading distribution files...') | |
56 |
|
55 |
General Comments 0
You need to be logged in to leave comments.
Login now