diff options
| author | Sumana Harihareswara <sh@changeset.nyc> | 2020-06-13 04:11:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-13 11:11:05 +0300 |
| commit | e8eb40e187b4ce443fc4ca4ea69c390a283f5e22 (patch) | |
| tree | e979e7faa834bdff9ce5ddd312ceb9761f762500 /docs/development.rst | |
| parent | a51977075740fda01b2c0e983a79bfe753567219 (diff) | |
| download | wheel-git-e8eb40e187b4ce443fc4ca4ea69c390a283f5e22.tar.gz | |
Updated link to now-decommissioned mailing list (#356)
Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig per a link elsewhere in the wheel documentation.
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
Diffstat (limited to 'docs/development.rst')
| -rw-r--r-- | docs/development.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst index 3d1325b..0100e53 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -90,7 +90,7 @@ To make a new release: #. Replace the ``__version__`` attribute in ``src/wheel/__init__.py`` with the same version number as above (without the date of course). #. Create a new git tag matching the version exactly -#. Push the new tag to Github +#. Push the new tag to GitHub -Pushing a new tag to Github will trigger the publish workflow which package the +Pushing a new tag to GitHub will trigger the publish workflow which package the project and publish the resulting artifacts to PyPI. |
