diff options
author | mattip <matti.picus@gmail.com> | 2019-08-08 15:47:26 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-08-08 15:47:26 +0300 |
commit | 3bfdd314c2f759568049cd6eed39439fc462b8e9 (patch) | |
tree | 93b0560415de6589995441e90f0909f661486948 /doc/HOWTO_RELEASE.rst.txt | |
parent | 24bc2daee52421b734f8f1cef176ba2360e2b4ea (diff) | |
download | numpy-3bfdd314c2f759568049cd6eed39439fc462b8e9.tar.gz |
DOC: update or remove outdated sourceforge links
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index d68763fe6..15ae2c2a1 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -389,15 +389,6 @@ Build the changelog and notes for upload with:: paver write_release_and_log -The tar-files and binary releases for distribution should be uploaded to SourceForge, -together with the Release Notes and the Changelog. Uploading can be done -through a web interface or, more efficiently, through scp/sftp/rsync as -described in the SourceForge -`upload guide <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download>`_ (dead link). -For example:: - - scp <filename> <username>,numpy@frs.sourceforge.net:/home/frs/project/n/nu/numpy/NumPy/<releasedir>/ - Update PyPI ----------- |