Skip to content

Commit

Permalink
Clarify some release details (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Feb 6, 2021
1 parent 7b2bb91 commit cc5c2b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/development/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Release Process

$ nox -s release -- YY.N

You will need the password for your GPG key as well as an API token for PyPI.

#. Add a `release on GitHub <https://github.com/pypa/packaging/releases>`__.

#. Notify the other project owners of the release.

.. note::
Expand Down
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import tempfile
import textwrap
import time
import webbrowser
from pathlib import Path

import nox
Expand Down Expand Up @@ -159,6 +160,9 @@ def release(session):
# Upload the distribution.
session.run("twine", "upload", *files)

# Open up the GitHub release page.
webbrowser.open("https://github.com/pypa/packaging/releases")


# -----------------------------------------------------------------------------
# Helpers
Expand Down

0 comments on commit cc5c2b2

Please sign in to comment.