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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ To create a new release:
106
106
6. Create a signed tag with the version number and a `v` prefix, for example `v0.2.4`, and push it to this repository.
107
107
7.[Create a new release](https://github.com/Nitrokey/nitrokey-sdk-py/releases/new) for this tag and copy the relevant parts from the [changelog](./CHANGELOG.md) to the release description.
108
108
8. Wait for the deployment action to run and approve the deployment to [PyPI](https://pypi.org/p/nitrokey).
109
+
9. Update the `NITROKEY_SDK_PY_VERSION` and `NITROKEY_SDK_PY_CHECKSUM` variables in the `Makefile` of the [nitrokey-documentation](https://github.com/nitrokey/nitrokey-documentation) repository to update the documentation on docs.nitrokey.com.
109
110
110
111
All commits to `main` are automatically deployed to [TestPyPI](https://test.pypi.org/p/nitrokey).
111
112
It is also possible to publish release candidates (pre-releases) with a suffix like `-rc.1`.
0 commit comments