File: devguide.rst

package info (click to toggle)
python-cheroot 9.0.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,052 kB
  • sloc: python: 5,878; makefile: 13; sh: 2
file content (22 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Development guide
=================

This document is unfinished but you may check it out periodically to
read some related notes.

The release process is fairly simple:

1. Go to
   https://github.com/cherrypy/cheroot/actions/workflows/ci-cd.yml.

2. Click ``Run workflow``.

3. Fill out the form. Ideally, only use the mandatory version field.

   .. important::

      Do not change the branch to use the workflow from.

4. Click green ``Run workflow`` submit button.

5. Wait until the CI completes and the new version appears on PyPI.