Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8f3ea6

Browse files
committed
only upload sdists (backported from master)
1 parent 0ab6d36 commit e8f3ea6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/release

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ print( 'Registering with PyPI...')
4848
cd(ipdir)
4949
sh('./setup.py register')
5050

51-
# Upload all files
52-
for cmd in [sdists, eggs] + win_builds:
53-
sh(cmd + ' upload')
51+
# Upload sdists
52+
sh(sdists + ' upload')
5453
cd(distdir)
5554
print( 'Uploading distribution files...')
5655

0 commit comments

Comments
 (0)