Skip to content

Commit 656f726

Browse files
committed
docs: update RELEASING.md for pyproject.toml migration
1 parent 247b9ff commit 656f726

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Make sure you have the required tools installed:
77
```shell
88
source .venv/bin/activate
99
make deps
10-
pip install twine
1110
```
1211

1312
## Steps
@@ -32,7 +31,7 @@ The version should match the OpenTelemetry SDK version (e.g. `1.40.0`).
3231

3332
### 3. Update dependencies
3433

35-
Update OpenTelemetry dependency versions in `setup.cfg` to match the new version.
34+
Update OpenTelemetry dependency versions in `pyproject.toml` to match the new version.
3635

3736
Update `requirements.txt` in each `example/` directory to use the new dependency versions.
3837

0 commit comments

Comments
 (0)