From 42fdde2c0054b6af4f88642a74a69d5db388b125 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 2 Oct 2023 22:55:13 -0700 Subject: [PATCH] Add more info --- make-release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make-release.sh b/make-release.sh index cdbf54f..a32c9b2 100755 --- a/make-release.sh +++ b/make-release.sh @@ -3,6 +3,7 @@ # First, do # - Update AuditConformDumper to match latest MA dictionary if necessary # - Run util/validate-outputs.py to make sure all example outputs validate +# (cd util; PYTHONPATH=.. python3 ./validate-outputs.py) # - If we need a newer python-ihm, update the version requirement in # requirements.txt, setup.py, and README.md. # - Update ChangeLog.rst and util/python-modelcif.spec with the release number @@ -18,3 +19,4 @@ VERSION=$(python3 setup.py --version) python3 setup.py sdist echo "Now use 'twine upload dist/modelcif-${VERSION}.tar.gz' to publish the release on PyPi" +echo "Then, update the conda-forge, COPR, and Homebrew packages to match."