Skip to content

Commit

Permalink
Add note on development page about creating sdist in the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
welchbj committed Jun 11, 2017
1 parent 47cbf38 commit 0405017
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ Wheels for Windows environments are provided on PyPI. To get the built wheels fr

python ttasks.py pull-latest-win-wheels

This should download the files into a ``dist`` folder in the top-level directory of the project. Once downloaded, you can upload the Wheels to PyPI with::
Additionally, let's make sure to include a source bundle in this release::

python setup.py sdist

Now, all of our wheels and the source tarball should be in the ``dist`` folder in the top-level directory of the project. You can upload these files to PyPI with::

twine upload dist/*

Expand Down

0 comments on commit 0405017

Please sign in to comment.