You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/development/development.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -406,7 +406,7 @@ How to make a release
406
406
Checklist
407
407
^^^^^^^^^
408
408
* pyproject.toml: check that the version is ahead of current release. Also, comment out the @ (git dependencies)
409
-
* In the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``) uncomment ``DEV_MODE`` (this is used for the docker installations)
409
+
* In the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``) set ``DEV_MODE`` to ``False`` (this is used for the docker installations)
410
410
* Create a new release note for the appropriate version on doc/releases/new_version_tag.
411
411
412
412
There can be large releases like:
@@ -444,5 +444,5 @@ As a specific example:
444
444
* Push the tag to the remote repository which will trigger the release action (.github/workflows/publish-to-pypi.yml)
445
445
* Do an after-release `PR <https://github.com/SpikeInterface/spikeinterface/pull/3828/files>`_:
446
446
- Uncomment the git installs in pyproject
447
-
- Modify `DEV_MODE` in the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``)
447
+
- Set ``DEV_MODE`` to ``True`` in the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``)
448
448
- Update `pyproject.toml` version one patch ahead or one minor if it is larger one.
0 commit comments