We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0556f25 commit 9b293cfCopy full SHA for 9b293cf
README.md
@@ -168,5 +168,9 @@ or adding an exception in `data_exceptions.py`.
168
169
1. Make sure the code has been thoroughly reviewed and tested in a realistic production environment.
170
1. Update ``setup.py`` and ``CHANGELOG.md``. Make sure you include any breaking changes.
171
+1. Run the [release github action](https://github.com/closeio/tz-trout/actions/workflows/release.yml) with the correct version number.
172
+
173
+Alternatively, once the changes to setup.py and CHANGELOG.md are complete you can manually:
174
175
1. Run ``python setup.py sdist`` and ``twine upload dist/<PACKAGE_TO_UPLOAD>``.
176
1. Push a new tag pointing to the released commit, format: ``v0.13`` for example.
0 commit comments