Skip to content

Commit

Permalink
DOC: Update release process docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jul 17, 2018
1 parent 4bf5733 commit 1284206
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/source/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,23 +126,20 @@ Edit your ``~/.pypirc`` file to look like:
[distutils]
index-servers =
pypi
pypitest

[pypi]
username:
password:

[pypitest]
repository: https://testpypi.python.org/pypi
username:
password:

after that, run:

.. code-block:: bash
$ python setup.py sdist upload -r pypitest
$ pip install twine
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/zipline-<version-number>.tar.gz
Twine will prompt you for a username and password, which you should have access
to if you're authorized to push Zipline releases.

.. note::

Expand Down

0 comments on commit 1284206

Please sign in to comment.