File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ Posting files
9696Our current method is for the release manager to collect all of the
9797binaries from the platform builders and post the files online on
9898Sourceforge.  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
101103There 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
178180This 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+ 
180187Documentation updates
181188===================== 
182189
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments