Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. update version.txt (optional, should self correct if you forget)
  2. set a git tag in semver format (vX.Y.Z)
    1. that should take care of code.dlang.org
    publish pyd to pypi
      Code Block
      languagebash
      python setup.py sdist upload -r pypi

      this assumes you have your pypirc file set up. it should contain

      Code Block[distutils] index-servers = pypi pypitest [pypi] repository: https://pypi.python.org/pypi username: <username> password: <password> [pypitest] repository: https://testpypi.python.org/pypi username: <username> password: <password>
    1. deploy to pypi is through travis, so it should be automatic, but travis can get crapped up
  3. readthedocs apparently updates itself
  4. waa! wish we had a way to generate api docs!