Skip to content

Commit

Permalink
Add deploy command-line to RELEASING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 2, 2025
1 parent 79f0733 commit 55db923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ Both automatic and manual processes described above follow the same steps from t
in https://github.com/pytest-dev/pytest/actions/workflows/deploy.yml, using the ``release-MAJOR.MINOR.PATCH`` branch
as source.

Using the command-line::

$ gh workflow run deploy.yml -R pytest-dev/pytest --ref=release-{VERSION} -f version={VERSION}

This job will require approval from ``pytest-dev/core``, after which it will publish to PyPI
and tag the repository.

Expand Down

0 comments on commit 55db923

Please sign in to comment.