This file details the release workflow for AdjSim for quick reference.
Update all files withing AdjSim to display the new version. (setup.py, etc.)
Push changes to github, publish new release.
In adjsim root directory:
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*
In adjsim root directory:
conda-build .
conda convert --platform all <path/from/previous/command> -o build/
anaconda upload <all previously created distributions>
In the adjsim/docs directory:
make html
Then copy generated files into the gh-pages branch.