You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This checklist should be completed for every release of BurnMan
WARNING: New releases are automatically uploaded to PyPi. Make sure everything is right before you make the new release.
Check new version can be used non-locally (python -m pip install ., then run from another directory)
Create a new branch (burnman-Major.Minor)
Bump version number in new branch (in pyproject.toml)
Update changelog.txt with major changes since the last release.
Update pyproject.toml (if necessary, probably only Python versions need checking (as we've checked the installation works above)
This checklist should be completed for every release of BurnMan
WARNING: New releases are automatically uploaded to PyPi. Make sure everything is right before you make the new release.
python -m pip install ., then run from another directory)[Major].[Minor].[Patch+1]a0