File: release_notes.txt

package info (click to toggle)
pyutilib 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,924 kB
  • sloc: python: 18,448; xml: 135; perl: 75; makefile: 50; sh: 32
file content (21 lines) | stat: -rw-r--r-- 380 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
Pull latest updates
  git pull

Update the CHANGELOG.txt file
  vi CHANGELOG.txt

Update the version in setup.py
  vi setup.py

Commit and push these revisions
  git commit .
  git push

Tag the release
  git tag -a '5.6.3' -m 'Tagging PyUtilib 5.6.3'

Push the tag
  git push --tags

Upload to PyPI
  lpython setup.py register sdist --format=gztar bdist_wheel --universal upload