Skip to content

Commit

Permalink
Add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 3, 2023
1 parent 970e0a6 commit 42fdde2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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."

0 comments on commit 42fdde2

Please sign in to comment.