Skip to content
Knut-Frode Dagestad edited this page Jan 8, 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

PIP

  • python setup.py sdist
  • twine upload dist/OpenDrift-x.y.z.tar.gz

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