Skip to content

Commit 763fb12

Browse files
Update version_release.rst to include checking steps
1 parent bf70632 commit 763fb12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/dev/version_release.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ How to release
2323

2424
#. Press publish release
2525

26-
From here, a `Github action <https://github.com/CITCOM-project/CausalTestingFramework/blob/main/.github/workflows/publish-to-pypi.yaml>`_ will then push this release to PyPI where it can be installed using the usual pip version commands. e.g. ``pip install causal-testing-framework==0.0.0``
26+
#. Check that the Github Action worker, found in the `Actions tab <https://github.com/CITCOM-project/CausalTestingFramework/actions>`_ on the github, has successfully completed. Typical time to publish to PyPI is around 2 minutes.
27+
28+
#. Check on the projects `PyPI page <https://pypi.org/project/causal-testing-framework/>`_ that the latest release is ready!
29+
30+
From here the latest version can be installed using the common pip version commands. e.g. ``pip install causal-testing-framework==0.0.0``

0 commit comments

Comments
 (0)