From 2c153ec54394e55355c204df15093cad4e5bf93c Mon Sep 17 00:00:00 2001 From: Michael Scott Asato Cuthbert Date: Mon, 28 Oct 2024 22:49:29 -1000 Subject: [PATCH] bit more doc updates --- dist/dist.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/dist.py b/dist/dist.py index 07194d451..b3ce08f63 100644 --- a/dist/dist.py +++ b/dist/dist.py @@ -49,9 +49,11 @@ Rename to music21.v.7.1.0-docs.zip (skip for Alpha/Beta) 12. Run "hatch build" -- requires hatch to be installed "brew install hatch" + This builds the dist/music21-9.3.0.tar.gz and dist/music21-9.3.0-py3-none-any.whl + files. That used to be what *this* script did, but now hatch does it better! -13. Run this file -- it builds the no-corpus version of music21. - DO NOT RUN THIS ON A PC -- the Mac .tar.gz might have an incorrect permission if you do. +13. Run this file: it builds the no-corpus version of music21. + DO NOT RUN THIS ON A PC or the Mac .tar.gz might have an incorrect permission if you do. 14. PR and Commit to GitHub at this point w/ commit comment of the new version, then don't change anything until the next step is done.