Steve Piercy
2018-04-26 21a9376b6c8535432eca527598013a0fbac9a461
Forward port some items from 1.9-branch into RELEASING.txt
1 files modified
8 ■■■■ changed files
RELEASING.txt 8 ●●●● patch | view | raw | blame | history
RELEASING.txt
@@ -71,9 +71,15 @@
- Change setup.py version to the release version number.
- Make sure PyPI long description renders (requires ``readme_renderer``
  installed into your Python)::
  $ python setup.py check -r -s -m
- Create a release tag.
- Build and publish to PyPI::
- Make sure your Python has ``setuptools-git``, ``twine``, and ``wheel``
  installed and release to PyPI::
  $ python setup.py sdist bdist_wheel
  $ twine upload dist/pyramid-X.X-*