Skip to content

Commit

Permalink
Add instructions to test for repeat of issue #231
Browse files Browse the repository at this point in the history
  • Loading branch information
frreiss committed Jul 21, 2021
1 parent dc34ffb commit 5d8b457
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ Steps to release a new version:
(pd) freiss@fuzzy:~/pd/tep-alpha2$
```

1. Create a new Anaconda environment and install JupyterLab and the `.whl` file
you just created into the new environment:

```
conda deactivate
conda create --prefix testenv python=3.8 pip jupyterlab
conda activate ./testenv
pip install dist/text_extensions_for_pandas*.whl
```

1. Activate your new environment, start up JupyterLab, and verify that the
notebooks under `notebooks` still run.

1. (optional): Do a test upload to TestPyPI by running:
```
python -m twine upload --repository testpypi dist/*
Expand Down

0 comments on commit 5d8b457

Please sign in to comment.