Skip to content

Commit

Permalink
Add steps to build conda/brew/RPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 15, 2023
1 parent 3d9ace2 commit 4eebf94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/new-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ To make a new release:
- Tag the new release:
- git tag -s -u E6414C85 x.y.z; git push origin x.y.z
- Make new release on GitHub
- Check that Zenodo is updated (should be automatic)
- Build an SRPM from the spec file tools/RMF.spec and the .tar.gz from
the GitHub release page, and upload to COPR
- Open PR on conda-forge to update the conda package
- Update the Homebrew package and build bottles

0 comments on commit 4eebf94

Please sign in to comment.