There was an error while loading. Please reload this page.
history.rst
opendrift/version.py
git commit -m "Release x.y.z"
git tag -s vx.y.z
git push origin --tags
python setup.py sdist
twine upload dist/OpenDrift-x.y.z.tar.gz
cd opendrift-conda-packages/opendrift
meta.yaml
cd ..
conda activate opendrift_packages
conda build opendrift
anaconda upload -u OpenDrift .../path/from/above/command