File: release.txt

package info (click to toggle)
websockify 0.12.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 580 kB
  • sloc: python: 3,166; ansic: 55; makefile: 32; sh: 28
file content (10 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
- Update setup.py and CHANGES.txt and commit
- Create version tag and tarball from tag
    WVER=0.1.0
    git tag v${WVER}
    git push origin master
    git push origin v${WVER}
- Create the source distribution
    python3 setup.py sdist
- Upload the source distribution
    python3 -m twine upload dist/websockify-${WVER}.tar.gz