Skip to content
Gaute Hope edited this page Jul 1, 2020 · 18 revisions

Releasing a new OpenDrift version

  • Update history.rst
  • Update opendrift/version.py
  • git commit -m "Release x.y.z"
  • git tag -s vx.y.z
  • git push origin --tags

Conda

  • cd opendrift-conda-packages/opendrift
  • edit meta.yaml:
    • reset build no
    • update version no
  • cd ..
  • conda activate opendrift_packages
  • conda build opendrift
  • anaconda upload -u OpenDrift .../path/from/above/command.

Clone this wiki locally