Skip to content

Commit 0b48286

Browse files
committed
update publishing instructions in CONTRIBUTING.md
1 parent ace9a27 commit 0b48286

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,12 @@ Some steps for releasing a new version:
6666

6767
1. Update the version in `__version__.py`
6868
2. Add an entry to the CHANGELOG.rst file
69-
3. Push the changes to the `master` branch and add a new release tag.
69+
3. `git tag vX.Y.Z`
70+
4. `git push master`
71+
5. `git push --tags`
72+
6. `Draft and publish`_ a new release.
73+
7. Check that package is automatically published to `PyPI`_ via `GitHub action`_.
74+
75+
.. _Draft and publish: https://github.com/DataCrunch-io/datacrunch-python/releases
76+
.. _PyPI: https://pypi.org/project/datacrunch/
77+
.. _GitHub action: https://github.com/DataCrunch-io/datacrunch-python/actions/workflows/publish_package.yml

0 commit comments

Comments
 (0)