File: doing-a-release.rst

package info (click to toggle)
python-nacl 1.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,776 kB
  • sloc: ansic: 45,889; python: 7,249; sh: 6,752; asm: 2,974; makefile: 1,011; cs: 35; xml: 30; pascal: 11
file content (13 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Doing A Release
===============

To run a PyNaCl release follow these steps:

* Update the version number in ``src/nacl/__init__.py``.
* Update ``README.rst`` changelog section with the date of the release.
* Send a pull request with these items and wait for it to be merged.
* Run ``python release.py release {version}``

Once the release script completes you can verify that the sdist and wheels are
present on PyPI and then send a new PR to bump the version to the next major
version (e.g. ``1.2.0.dev1``).