Skip to content

Commit

Permalink
docs: Tweak "Making a release" document [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Aug 21, 2018
1 parent 0151be0 commit 6a3700f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/make_a_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ Setting up environment

.. code::
$ mkvirtualenv scikit-build-${release}-install-test && \
$ pushd $(mktemp -d) && \
mkvirtualenv scikit-build-${release}-install-test && \
pip install scikit-build && \
python -c "import skbuild"
Expand All @@ -176,7 +177,8 @@ Setting up environment

.. code::
$ deactivate && \
$ popd && \
deactivate && \
rm -rf dist/* && \
rmvirtualenv scikit-build-${release}-install-test
Expand Down

0 comments on commit 6a3700f

Please sign in to comment.