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
+8
Original file line number
Diff line number
Diff line change
@@ -43,3 +43,11 @@ pip install -e ./src
43
43
```
44
44
45
45
Using this method, you'll have the package installed in an 'editable mode'. This means you can easily modify the code and test your changes without the hassle of reinstalling the package every time.
46
+
47
+
## Releases
48
+
49
+
Releases are manually triggered on this repository. To create a new release, follow these steps:
50
+
1. Bump the version in `src/setup.py`
51
+
2. Create a new tag with the version number
52
+
3. Publish a release on GitHub with the tag
53
+
4. Monitor the Github Action triggered by the release
0 commit comments