File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,18 +26,28 @@ http://matplotlib.sourceforge.net
2626
2727### Doing a release
2828
29- > clearbak
30- > make htmldocs
31-
32- # edit setup.py and LICENSE to the correct version number
33- > make release
34-
35- # anon ftp the tar.gz and exe file to SF
36- > ncftp upload.sourceforge.net
37- ftp> cd incoming
38- ftp> put tar.gz and exe
39-
40- # go to https://sourceforge.net/project/admin/?group_id=80706 and do a
29+ 1) Comment out all the savefig commands in the examples dir
30+ > rfr -f savefig -r '#savefig' *.py
31+ > rfr -f '##savefig' -r '#savefig' *.py
32+
33+ 2) edit license for website to the correct version number
34+ local> clearbak
35+ local> make htmldocs
36+ local> scp htdocs/site.tar.gz
[email protected] :/home/groups/m/ma/matplotlib/htdocs/
37+ local> ssh -l jdh2358 shell.sf.net
38+ sf> cd /home/groups/m/ma/matplotlib/htdocs
39+ sf> tar xvfz site.tar.gz
40+
41+ 3) edit setup.py to the correct version number
42+ > make release
43+
44+ 4) anon ftp the tar.gz and exe file to SF
45+ local> cd dist
46+ local> ncftp upload.sourceforge.net
47+ ncftp> cd incoming
48+ ncftp> put tar.gz, zip exe
49+
50+ 5) go to https://sourceforge.net/project/admin/?group_id=80706 and do a
4151# file release
4252
4353Trove categorization is under Public info on the admin page
You can’t perform that action at this time.
0 commit comments