release.txt 331 B

12345678910
  1. - Update setup.py and CHANGES.txt and commit
  2. - Create version tag and tarball from tag
  3. WVER=0.1.0
  4. git tag v${WVER}
  5. git push origin master
  6. git push origin v${WVER}
  7. - Create the source distribution
  8. python3 setup.py sdist
  9. - Upload the source distribution
  10. python3 -m twine upload dist/websockify-${WVER}.tar.gz