ComPWA packages use setuptools-scm in the build system in order to determine the package version from the latest tag. Once commits are added, the commit is appended to the package version. This is good when signaling additional changes to the release, but it is annoying in lock files that list the package itself (particularly pixi.lock and uv.lock).
ComPWA packages use
setuptools-scm
in the build system in order to determine the package version from the latest tag. Once commits are added, the commit is appended to the package version. This is good when signaling additional changes to the release, but it is annoying in lock files that list the package itself (particularlypixi.lock
anduv.lock
).