File: release.txt

package info (click to toggle)
websockify 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 744 kB
  • ctags: 574
  • sloc: python: 1,541; ansic: 1,037; ruby: 533; cs: 142; sh: 122; makefile: 31
file content (13 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
- Update setup.py, CHANGES.txt and other/package.json 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}
- Register with pypi.python.org (once):
    python setup.py register
- Upload the source distribution to pypi
    python setup.py sdist upload
- Register with npmjs.org (once)
- Upload websockify.js npmjs.org package
    npm publish other/js