diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-08-21 02:01:23 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-08-21 02:01:23 +0000 |
commit | ece594122e80e938d6dff57f7f9bc0a9bc5758b4 (patch) | |
tree | 0014a3a22f86f84223798cc2a1e0a04fd335c85c /doc | |
parent | 24eb850158bfe431607a18b88bca7c379db8c4d3 (diff) | |
download | numpy-ece594122e80e938d6dff57f7f9bc0a9bc5758b4.tar.gz |
DOC: update release howto with notes on PyPi and python-announce list.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.txt b/doc/HOWTO_RELEASE.txt index 71be45729..6feb27a8d 100644 --- a/doc/HOWTO_RELEASE.txt +++ b/doc/HOWTO_RELEASE.txt @@ -243,6 +243,7 @@ For example:: Update PyPi ----------- +The final release (not betas or release candidates) should be uploaded to PyPi. There are two ways to update PyPi, the first one is:: $ python setup.py sdist upload @@ -261,7 +262,8 @@ sidebar of the front page of scipy.org. Announce to the lists --------------------- The release should be announced on the mailing lists of -NumPy and SciPy, and possibly also those of Matplotlib,IPython and/or Pygame. +NumPy and SciPy, to python-announce, and possibly also those of +Matplotlib,IPython and/or Pygame. During the beta/RC phase an explicit request for testing the binaries with several other libraries (SciPy/Matplotlib/Pygame) should be posted on the |