Skip to content

Commit

Permalink
update docs pypi release (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Jun 3, 2021
1 parent 83cc580 commit 7628709
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/developers_guide/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ source distribution (``sdist``) and pure Python wheel (``bdist_wheel``)::
> conda create -n iris-pypi -c conda-forge --yes pip pyke python setuptools twine wheel
> . activate iris-pypi

Checkout the lastest Iris ``<release>`` tag::
Checkout the appropriate Iris ``<release>`` tag from the appropriate ``<repo>``.
For example, to checkout tag ``v1.0`` from ``upstream``::

> git fetch --tags
> git checkout <release>
> git fetch upstream --tags
> git checkout v1.0

Build the source distribution and wheel from the Iris root directory::

Expand All @@ -131,7 +132,7 @@ To list and check the contents of the binary wheel::
If all seems well, sufficient maintainer privileges will be required to
upload these artifacts to `scitools-iris`_ on PyPI::

> python -m twine upload --repository-url https://upload.pypi.org/legecy/ dist/*
> python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

Ensure that the artifacts are successfully uploaded and available on
`scitools-iris`_ before creating a conda test environment to install Iris
Expand Down

0 comments on commit 7628709

Please sign in to comment.