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: RELEASE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The current workflow for releasing a new version of `PAINT` is as follows:
6
6
3. Rebase the ``release-test`` branch onto the current main branch.
7
7
4. Push the ``release-test`` branch. This triggers a GitHub :octocat: action that will publish `PAINT` to TestPyPi and
8
8
automatically verify that the TestPyPi version of ``PAINT`` works as planned by running all tests.
9
-
5. If the TestPyPi release worked as desired, rebase the ``release`` branch onto current main branch.
10
-
6.Make GitHub :octocat: release from the current main, including the corresponding version tag.
11
-
7.This will trigger an automatic Zenodo archive of the repository. Once this archive is available, update the Zenodo badge in the README to the latest version.
9
+
5. If the TestPyPi release worked as desired, make GitHub :octocat: release from the current main, including the corresponding version tag.
10
+
6.This will trigger an automatic Zenodo archive of the repository. Once this archive is available, update the Zenodo badge in the README to the latest version.
11
+
7.Rebase the ``release`` branch onto current main branch.
12
12
8. Push release branch. This will trigger a GitHub :octocat: action publishing the new release on PyPI.
0 commit comments