These are the current steps for making a release of IGA
- Work in the develop branch
- Run
pytest -v --cov=iga -l tests/
- Add changes to CHANGES.md
- Update the version number in setup.cfg
- Update the version number in codemeta.json
- Make a release on GitHub. This will trigger iga to run and do the release on pypi. Wait for all actions to finish.
- Move all new commits to the v1 branch. When on the v1 branch type
git rebase develop