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 7a500f1 commit f9d8e94Copy full SHA for f9d8e94
docs/internals/release-process.rst
@@ -54,8 +54,8 @@ 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, optionally providing the new
57
- (dev) version number as input. E.g. ``5.3.x.dev0`` for a new development
58
- release after ``5.2.x``. (The workflow defaults to incrementing the
+ (dev) version number as input. E.g. ``5.2.3.dev0`` for a new development
+ release after ``5.2.2``. (The workflow defaults to incrementing the
59
version automatically.)
60
61
- First run with ``Dry Run?`` selected and check test PyPI to ensure that
0 commit comments