Skip to content

Commit fb96b15

Browse files
authored
cherry-picker: Update instruction on how to release. (#285)
Releases are now taken care of by creating tags in GitHub.
1 parent 25c51b5 commit fb96b15

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

readme.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,11 @@ Install pytest: ``pip install -U pytest``
307307
Publishing to PyPI
308308
==================
309309

310-
Publish to PyPI using `flit <https://flit.readthedocs.io/en/latest/>`_.
310+
- Create a new release branch.
311311

312-
Install flit (preferably in a virtual environment)::
312+
- Update the version info in ``__init__.py`` and ``readme.rst``, dropping the ``.dev``.
313313

314-
python3 -m pip install flit
315-
316-
In the directory where ``pyproject.toml`` exists::
317-
318-
flit publish
314+
- Tag the branch as ``cherry-picker-vX.Y.Z``.
319315

320316

321317
Local installation

0 commit comments

Comments
 (0)