File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Steps to release a new version:
3535 once this step is done.
3636
37371 . 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
40401 . 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:
53531 . 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 ```
You can’t perform that action at this time.
0 commit comments