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
Added GitHub Actions CI for Python 3.10 through 3.12 with pytest and package
build checks.
Added a trusted-publishing release workflow for tagged or manually dispatched
releases, including version/changelog validation, distribution artifacts,
PyPI publication, and GitHub Release creation.
Added an AbstractMusic GitHub bug report template.
Changed
Moved the package version source to abstractmusic._version so release
validation and packaging metadata use the same lightweight version module.