We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace9a27 commit 0b48286Copy full SHA for 0b48286
1 file changed
CONTRIBUTING.rst
@@ -66,4 +66,12 @@ Some steps for releasing a new version:
66
67
1. Update the version in `__version__.py`
68
2. Add an entry to the CHANGELOG.rst file
69
-3. Push the changes to the `master` branch and add a new release tag.
+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