Skip to content

Commit

Permalink
Update RELEASING.txt
Browse files Browse the repository at this point in the history
- Merge `tox -e lint` description into `tox -r` command description
- Use $TOX as an environment variable command
  • Loading branch information
stevepiercy committed Aug 25, 2020
1 parent 893a29c commit c37f92f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions RELEASING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Prepare new release branch

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

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

tox -r
$TOX -r

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

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

- Run a check with black, ensure the PyPI long description renders, and run
check-manifest with the following command.

$VENV/bin/tox -e lint

- Build an sdist and a wheel:

$VENV/bin/tox -e build
$TOX -e build

- Release the wheels to PyPI:

Expand Down

0 comments on commit c37f92f

Please sign in to comment.