File: RELEASING

package info (click to toggle)
python-patch-ng 1.17.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 792 kB
  • sloc: python: 2,124; cpp: 1,598; xml: 38; sh: 11; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* [ ] Pack .zip archive

    pip install pypack
    python -m pypack patch.py

* [ ] Write changelog

* [ ] Upload archive to PyPI (manually for now)
  * [ ] Create new version https://pypi.python.org/pypi?%3Aaction=submit_form&name=patch
  * [ ] Upload .zip for this version

* [ ] Update PyPI description
  * [ ] Download PKG-INFO
  * [ ] Edit and upload

* [ ] Tag release

    git tag -a
    git push --follow-tags