Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.93 KB

RELEASE.md

File metadata and controls

27 lines (19 loc) · 1.93 KB

Release Instructions

This document describes the release process of here-map-widget-for-jupyter, and is mostly intended for package maintainers.

Preparation

The following are mandatory pre-release steps to bring the repository into a proper shape:

Release on PyPI

  • Create a new release in the GitHub UI by clicking on Draft a new release button, then update the tag version and release description.
  • Click on the Publish release button to release the package on PyPI.
  • Once released verify that pip install here-map-widget-for-jupyter does indeed install the latest release.

Release on Anaconda's conda-forge channel

  • Go to the here-map-widget-for-jupyter-feedstock repository.
  • Create a new release branch and update version, url, sha256 hash of the released tar and dependencies in meta.yml
  • Verify requirements in meta.yml
  • Raise a PR for this release branch and merge the changes in master.
  • It can take hours for a new release to appear on Anaconda.org.
  • Once available verify that conda install -c conda-forge here-map-widget-for-jupyter does indeed install the latest release.