Bowe Strickland
2018-10-27 323fa95deea50f49c119728fc2eeacb9e0c51241
RELEASING.txt
@@ -71,17 +71,20 @@
- Change setup.py version to the release version number.
- Make sure PyPI long description renders (requires ``readme_renderer``
  installed into your Python)::
- Make sure PyPI long description renders::
  $ python setup.py check -r -s -m
  $ tox -e lint
- Create a release tag.
- Make sure your Python has ``setuptools-git``, ``twine``, and ``wheel``
  installed and release to PyPI::
  $ git tag X.X
  $ python setup.py sdist bdist_wheel
- Build the sdist and wheel.
  $ tox -e build
- Upload the artifacts to PyPI:
  $ twine upload dist/pyramid-X.X-*
- Configure RTD to publish the new release version of the docs.
@@ -134,8 +137,8 @@
- Edit Pylons/trypyramid.com/src/templates/resources.html for major releases,
  pre-releases, and once pre-releases are final.
- Edit `http://wiki.python.org/moin/WebFrameworks
  <http://wiki.python.org/moin/WebFrameworks>`_.
- Edit `https://wiki.python.org/moin/WebFrameworks
  <https://wiki.python.org/moin/WebFrameworks>`_.
- Edit `https://en.wikipedia.org/wiki/Pylons_project <https://en.wikipedia.org/wiki/Pylons_project>`_.