Skip to content

AbstractMusic v0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 May 22:41
· 24 commits to main since this release

Added

  • 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.