Skip to content

Commit

Permalink
Use e.g. 'sdist upload' setuptools command to specify source dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Torborg committed Nov 20, 2013
1 parent 79cd7aa commit 0b51306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minimal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This will create ``dist/funniest-0.1.tar.gz`` inside our top-level directory. If

That file can then be uploaded to PyPI with::

$ python setup.py upload
$ python setup.py sdist upload

You can combine all of these steps, to update metadata and publish a new build in a single step::

Expand Down

0 comments on commit 0b51306

Please sign in to comment.