diff --git a/docs/developing.rst b/docs/developing.rst index ff21a9c05fd8357487b27cf9e4d1894163ed2da3..316e379e1df4edf44d15453b2ca2bc1144bd5650 100644 --- a/docs/developing.rst +++ b/docs/developing.rst @@ -38,9 +38,9 @@ are fine. * ``make docs`` and review changelog. * ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Version <version>"`` * ``make release`` - * Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar>`_ + * Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar-app>`_ for errors. - * Test intall ``pip install -i https://testpypi.python.org/pypi pulsar``. + * Test intall ``pip install -i https://testpypi.python.org/pypi pulsar-app``. * ``git tag <release>`` * Update version info in ``pulsar/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst. * ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Start work on new version"``