File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ Posting files
96
96
Our current method is for the release manager to collect all of the
97
97
binaries from the platform builders and post the files online on
98
98
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.
100
102
101
103
There are many ways to upload files to Sourceforge (`scp `, `rsync `,
102
104
`sftp `, and a web interface) described in `Sourceforge Release File
@@ -177,6 +179,11 @@ Then updating the record on PyPI is as simple as::
177
179
178
180
This will hide any previous releases automatically.
179
181
182
+ Then, to upload the source tarball::
183
+
184
+ rm -rf dist
185
+ python setup.py sdist upload
186
+
180
187
Documentation updates
181
188
=====================
182
189
You can’t perform that action at this time.
0 commit comments