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 255a7fc commit 3ffd38eCopy full SHA for 3ffd38e
docs/internals/release-process.rst
@@ -54,7 +54,9 @@ publish a new release to PyPI:
54
- Update the release notes in ``docs/releases/#.#.x.rst`` for the new version.
55
56
- Run the ``Release`` workflow on GitHub Actions, providing the new (dev)
57
- version number as input.
+ version number as input. E.g. ``5.3.x.dev0`` for a new development release
58
+ after ``5.2.x``. (Optional, as the workflow defaults to incrementing the
59
+ version automatically.)
60
61
- First run with ``Dry Run?`` selected and check test PyPI to ensure that
62
``pip install`` works as expected.
0 commit comments