Skip to content

Commit

Permalink
ENH: add release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Nov 22, 2009
1 parent a898a83 commit b7daa99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#! /bin/sh
# script to build tarballs, mac os x and windows installers on mac os x
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 write_release_and_log

0 comments on commit b7daa99

Please sign in to comment.