Skip to content

Commit c37f92f

Browse files
committed
Update RELEASING.txt
- Merge `tox -e lint` description into `tox -r` command description - Use $TOX as an environment variable command
1 parent 893a29c commit c37f92f

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

RELEASING.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ Prepare new release branch
3232

3333
$VENV/bin/pip install setuptools-git twine wheel
3434

35-
- Do a platform test:
35+
- Do a platform test, run a check with black, ensure the PyPI long description
36+
renders, and run check-manifest with the following command.
3637

37-
tox -r
38+
$TOX -r
3839

3940
- Ensure all features of the release are documented (audit CHANGES.txt or
4041
communicate with contributors).
@@ -53,14 +54,9 @@ Prepare new release branch
5354

5455
- Change setup.py version to the release version number.
5556

56-
- Run a check with black, ensure the PyPI long description renders, and run
57-
check-manifest with the following command.
58-
59-
$VENV/bin/tox -e lint
60-
6157
- Build an sdist and a wheel:
6258

63-
$VENV/bin/tox -e build
59+
$TOX -e build
6460

6561
- Release the wheels to PyPI:
6662

0 commit comments

Comments
 (0)