Changeset 104
- Timestamp:
- 03/27/07 19:01:00 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/RELEASE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/RELEASE
r91 r104 10 10 http://elixir.ematia.de/svn/elixir/tags/%s" % version 11 11 12 - build tar.gz, egg for 2.4 and 2.5 .13 On my system (python defaults to 2.4):14 "python setup.py bdist_egg"12 - build tar.gz, egg for 2.4 and 2.5 and send them to pypi. 13 On my system (Unbuntu feisty): 14 "python2.4 setup.py bdist_egg upload" 15 15 "python2.5 setup.py sdist bdist_egg upload" 16 16 17 - log to pypi and send the 2.4 egg manually (or if somebody has another way, 18 I'd be glad to hear it). 17 On older systems, you might need to upload the files manually to Pypi. 19 18 20 19 - announce release on those lists:
