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: CONTRIBUTING.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,4 +122,23 @@ before committing.
122
122
123
123
The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version will be based on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing). This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a GitHub action.
124
124
125
+
Alternatively, the release can be built and distributed manually by poetry, by following
126
+
the following steps
127
+
128
+
1. Create a new environment and install poetry
129
+
130
+
```
131
+
virtualenv .env && .env/bin/pip install poetry
132
+
```
133
+
134
+
2. Update the version in both the setup file `pyproject.toml` and package
0 commit comments