Skip to content

Commit

Permalink
Clarify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
frreiss committed Oct 14, 2021
1 parent 456b9aa commit b5b3c58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Steps to release a new version:
once this step is done.

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

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

1. Remove the `dist` directory if present and run
1. Make sure that your build environment (usually `pd`) is still active.
Remove the `dist` directory if present and run
```
python setup.py sdist bdist_wheel
```
Expand Down

0 comments on commit b5b3c58

Please sign in to comment.