##// END OF EJS Templates
only upload sdists (backported from master)
MinRK -
Show More
@@ -48,9 +48,8 b" print( 'Registering with PyPI...')"
48 48 cd(ipdir)
49 49 sh('./setup.py register')
50 50
51 # Upload all files
52 for cmd in [sdists, eggs] + win_builds:
53 sh(cmd + ' upload')
51 # Upload sdists
52 sh(sdists + ' upload')
54 53 cd(distdir)
55 54 print( 'Uploading distribution files...')
56 55
General Comments 0
You need to be logged in to leave comments. Login now