diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-30 17:35:24 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-30 17:35:24 +0000 |
commit | 55f0dfc4620cf52a47e7e1b1e9ad937c803c21b9 (patch) | |
tree | 83353640e966e9ea00b813a6fd69f6a0caa87ab1 /release.sh | |
parent | 453172fa1a10aecb9f79cffa9cf1a7233827169d (diff) | |
download | numpy-55f0dfc4620cf52a47e7e1b1e9ad937c803c21b9.tar.gz |
REL: generate both 2.5 and 2.6 win and mac os x installers in release script.
Diffstat (limited to 'release.sh')
-rw-r--r-- | release.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release.sh b/release.sh index 543d28557..060cbc526 100644 --- a/release.sh +++ b/release.sh @@ -4,6 +4,8 @@ paver bootstrap source bootstrap/bin/activate CFLAGS="-arch x86_64" FFLAGS="-arch x86_64" python setupsconsegg.py install paver sdist -paver dmg -paver bdist_superpack +paver dmg -p 2.5 +paver dmg -p 2.6 +paver bdist_superpack -p 2.5 +paver bdist_superpack -p 2.6 paver write_release_and_log |