[SciPy-dev] SciPy 0.6.0 release

Jarrod Millman millman at berkeley.edu
Fri Sep 21 04:08:09 EDT 2007


On 9/21/07, David Cournapeau <david at ar.media.kyoto-u.ac.jp> wrote:
> One thing which would be useful is for each admin of one scikits to be
> able to release a tarball ? Is there any kind of tools to do it in a
> semi automatic way ?

It is fairly easy to make tarballs:
  svn co http://svn.scipy.org/svn/scikits/trunk/learn learn
  cd learn
  python setup.py sdist
You could then write a little script that would do this and upload
(via scp, perhaps) the file to a server somewhere.

You probably know this, so where you asking something else?

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/



More information about the SciPy-Dev mailing list