##// END OF EJS Templates
only upload sdists (backported from master)
MinRK -
Show More
@@ -48,9 +48,8 b" print( 'Registering with PyPI...')"
48 cd(ipdir)
48 cd(ipdir)
49 sh('./setup.py register')
49 sh('./setup.py register')
50
50
51 # Upload all files
51 # Upload sdists
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