Skip to content

Commit 4e0c64f

Browse files
committed
docs: Fix typo in "Making a release" document [ci skip]
1 parent db58d07 commit 4e0c64f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make_a_release.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ Setting up environment
128128
.. note:: This will trigger builds on each CI services and automatically upload the wheels \
129129
and source distribution on `PyPI`_.
130130

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

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

135135
10. Create a clean testing environment to test the installation
136136

137137
.. code::
138138
139-
$ mkvirtualenv ninja-${release}-install-test && \
139+
$ pushd $(mktemp -d) && \
140140
mkvirtualenv ninja-${release}-install-test && \
141141
pip install ninja && \
142142
ninja --version
@@ -163,6 +163,6 @@ Setting up environment
163163

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

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

0 commit comments

Comments
 (0)