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 7a500f1Copy full SHA for 7a500f1
docs/internals/release-process.rst
@@ -53,8 +53,10 @@ publish a new release to PyPI:
53
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.
+- Run the ``Release`` workflow on GitHub Actions, optionally providing the new
+ (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
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