We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c51b5 commit fb96b15Copy full SHA for fb96b15
readme.rst
@@ -307,15 +307,11 @@ Install pytest: ``pip install -U pytest``
307
Publishing to PyPI
308
==================
309
310
-Publish to PyPI using `flit <https://flit.readthedocs.io/en/latest/>`_.
+- Create a new release branch.
311
312
-Install flit (preferably in a virtual environment)::
+- Update the version info in ``__init__.py`` and ``readme.rst``, dropping the ``.dev``.
313
314
- python3 -m pip install flit
315
-
316
-In the directory where ``pyproject.toml`` exists::
317
318
- flit publish
+- Tag the branch as ``cherry-picker-vX.Y.Z``.
319
320
321
Local installation
0 commit comments