Skip to content

Commit b5b3c58

Browse files
authored
Clarify instructions
1 parent 456b9aa commit b5b3c58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Steps to release a new version:
3535
once this step is done.
3636

3737
1. Activate your Text Extensions for Pandas build environment (usually called
38-
`pd`). **All steps that follow assume you have done this step first!**
38+
`pd`).
3939

4040
1. Ensure that all the notebooks under the `notebooks` directory run and
4141
produce substantially the same output as before. This step only needs to be
@@ -53,7 +53,8 @@ Steps to release a new version:
5353
1. Create and merge a pull request against master that increments the version
5454
number.
5555

56-
1. Remove the `dist` directory if present and run
56+
1. Make sure that your build environment (usually `pd`) is still active.
57+
Remove the `dist` directory if present and run
5758
```
5859
python setup.py sdist bdist_wheel
5960
```

0 commit comments

Comments
 (0)