Skip to content

Commit

Permalink
docs: Fix typo in "Making a release" document [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Aug 23, 2018
1 parent db58d07 commit 4e0c64f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make_a_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ Setting up environment
.. note:: This will trigger builds on each CI services and automatically upload the wheels \
and source distribution on `PyPI`_.

8. Check the status of the builds on `AppVeyor`_, `CircleCI`_ and `TravisCi`_.
8. Check the status of the builds on `AppVeyor`_, `CircleCI`_ and `Travis CI`_.

9. Once the builds are completed, check that the distributions are available on `PyPI`_.

10. Create a clean testing environment to test the installation

.. code::
$ mkvirtualenv ninja-${release}-install-test && \
$ pushd $(mktemp -d) && \
mkvirtualenv ninja-${release}-install-test && \
pip install ninja && \
ninja --version
Expand All @@ -163,6 +163,6 @@ Setting up environment

.. _AppVeyor: https://ci.appveyor.com/project/scikit-build/ninja-python-distributions-f3rbb/history
.. _CircleCI: https://circleci.com/gh/scikit-build/ninja-python-distributions
.. _TravisCi: https://travis-ci.org/scikit-build/ninja-python-distributions/pull_requests
.. _Travis CI: https://travis-ci.org/scikit-build/ninja-python-distributions/pull_requests

.. _PyPI: https://pypi.org/project/ninja

0 comments on commit 4e0c64f

Please sign in to comment.