We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247b9ff commit 656f726Copy full SHA for 656f726
1 file changed
RELEASING.md
@@ -7,7 +7,6 @@ Make sure you have the required tools installed:
7
```shell
8
source .venv/bin/activate
9
make deps
10
-pip install twine
11
```
12
13
## Steps
@@ -32,7 +31,7 @@ The version should match the OpenTelemetry SDK version (e.g. `1.40.0`).
32
31
33
### 3. Update dependencies
34
35
-Update OpenTelemetry dependency versions in `setup.cfg` to match the new version.
+Update OpenTelemetry dependency versions in `pyproject.toml` to match the new version.
36
37
Update `requirements.txt` in each `example/` directory to use the new dependency versions.
38
0 commit comments