Closed henryiii closed 3 years ago
Thank you for reporting. I will issue a fix shortly and then tag a new release.
I've removed all my workarounds, and this is the only failure on the current branch:
https://github.com/scikit-hep/cookie/pull/42/checks?check_run_id=3810405895
When running build, doing SDist -> wheel, it can't find the version, it seems to get lost rather than baked into the SDist. (I expect --sdist --wheel
would work)
This passes https://github.com/scikit-hep/cookie/pull/42 - just waiting on a tag & PyPI release (and maybe a GitHub release so that I get notified? ;) )
The PyPI release is already up, I forgot the tag :facepalm:
Upgrading to 0.0.4 breaks the dynamic version using
TRAMPOLIM_VCS_VERSION
:See https://github.com/scikit-hep/cookie/pull/41/checks?check_run_id=3804995613
Pinning to trampolim 0.0.3 fixes the issue.