Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure uv to use git commits and tags in cache key (#86)
This is another attempt to make setuptools-scm work as intended when using the publish to test-pypi workflow. We previously configured setuptools-scm to generate PEP 440-compliant version numbers, and that change enabled a successful push to test-pypi. However, the version number generated by setuptools-scm did not respect the most recent tagged release of Cladetime (v.0.2.3), and assigned a version number of cladetime-0.1.dev1 rather than the expected v.0.2.4.dev[somenumber] The changeset follows uv guidance for using setuptools-scm/dynamic metadata: https://docs.astral.sh/uv/concepts/cache/#dynamic-metadata
- Loading branch information