Skip to content

Commit 2617d05

Browse files
committed
Update release guide.
1 parent 5f7ae22 commit 2617d05

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/devel/release_guide.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ Posting files
9696
Our current method is for the release manager to collect all of the
9797
binaries from the platform builders and post the files online on
9898
Sourceforge. It is also possible that those building the binaries
99-
could upload to directly to Sourceforge.
99+
could upload to directly to Sourceforge. We also post a source
100+
tarball to PyPI, since ``pip`` no longer trusts files downloaded from
101+
other sites.
100102

101103
There are many ways to upload files to Sourceforge (`scp`, `rsync`,
102104
`sftp`, and a web interface) described in `Sourceforge Release File
@@ -177,6 +179,11 @@ Then updating the record on PyPI is as simple as::
177179

178180
This will hide any previous releases automatically.
179181

182+
Then, to upload the source tarball::
183+
184+
rm -rf dist
185+
python setup.py sdist upload
186+
180187
Documentation updates
181188
=====================
182189

0 commit comments

Comments
 (0)