Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 696 Bytes

release-procedure.md

File metadata and controls

25 lines (21 loc) · 696 Bytes
  • Update changelog in docs/changelog.rst and commit.

  • Tag commit

    git tag -a x.x.x -m 'Version x.x.x'
  • Push to github

    git push pydata master --tags
  • Upload to PyPI

    git clean -xfd  # remove all files in directory not in repository
    python setup.py sdist bdist_wheel --universal  # make packages
    twine upload dist/*  # upload packages
  • Enable the newly-pushed tag for documentation: https://readthedocs.org/projects/sparse-nd/versions/

  • Wait for conda-forge to realise that the build is too old and make a PR.

    • Edit and merge that PR.
  • Announce the release on: