~ubuntu-branches/ubuntu/raring/ipython/raring

« back to all changes in this revision

Viewing changes to tools/release

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-04-06 10:30:19 UTC
  • mfrom: (1.2.22) (6.2.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130406103019-w2b20ayx1rhqfjm2
Tags: 0.13.2-1
* New upstream bugfix release
* remove versions from test dependencies
  not supported by autopkgtest package
* add python-lxml to tools test dependencies
* drop dependencies of the tested packages from tests/control Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
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