From 60b67f4ef3facf946814d16f480a4287a5c9126f Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 22 Jun 2016 08:05:47 -0500 Subject: [PATCH] Trim trailing whitespace I need to get better at following my own contrib documentation --- docs/source/internal/releases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/internal/releases.rst b/docs/source/internal/releases.rst index 2af8950..0d27d15 100644 --- a/docs/source/internal/releases.rst +++ b/docs/source/internal/releases.rst @@ -38,6 +38,6 @@ Before releasing, the following tox test environments must pass: We tag the most recent commit that passes those items and contains our release notes. -Finally, we run ``tox -e release`` to build source distributions (e.g., +Finally, we run ``tox -e release`` to build source distributions (e.g., ``flake8-3.0.0.tar.gz``), universal wheels, and upload them to PyPI with Twine.