We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b3415 commit 06514a0Copy full SHA for 06514a0
1 file changed
docs/dev_guide/release_management/release_process.rst
@@ -29,6 +29,8 @@ Before release
29
- ``MANIFEST.in`` is checked. Locally, try out ``python setup.py sdist`` and check created tarball.
30
contains correct files and directories for PyPI package.
31
32
+- Locally check that the example code in the README works with both local comms and mpi4py.
33
+
34
- Tests are run with source to be released (this may iterate):
35
36
- On-line CI (GitHub Actions) tests must pass.
0 commit comments