From b5b3c58f93b0c0753fd875ad9ed22e762bb8ace7 Mon Sep 17 00:00:00 2001 From: Fred Reiss Date: Thu, 14 Oct 2021 09:09:51 -0700 Subject: [PATCH] Clarify instructions --- docs/release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/release.md b/docs/release.md index 82eedfc7..91e161da 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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 @@ -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 ```