Dev release question... (I pushed the wheels a cou...
# development
a
Dev release question... (I pushed the wheels a couple of hours ago, in case waiting was needed) When I run
./build-support/bin/release.sh test-release
I'm told
Installed version of Pants (2.14.0.dev4+git165bb828) did not match requested version (2.14.0.dev4)!
When I run
PANTS_PEX_RELEASE=STABLE ./build-support/bin/release.sh build-universal-pex
I'm told:
Copy code
ERROR: Could not find a version that satisfies the requirement pantsbuild.pants==2.14.0.dev4+git165bb828 (from versions: none)
ERROR: No matching distribution found for pantsbuild.pants==2.14.0.dev4+git165bb828
These seem... Conflicting? That one is stripping the git-sha where it shouldn't, and the other is requiring it where it doesn't see it?
But either way, both are failing...
h
hmm, not sure what's going on there. You're running this at the release commit, not after it?
a
Yeah, at the release commit
Want to give it a go? Any releaser should be able to run the scripts (and hopefully get the same results!)
(Commit is
165bb82841ba83768afcd22f079936813a47030d
)
h
Yeah, seeing the exact same thing
cc @ancient-vegetable-10556
Yep, it's that
a
FWIW
release_2.14.0.dev3
works for me fine
h
I still think those wheels are broken
Oh, I mean, dev4's
yeah, I think dev3 was released before #16379
I've updated on that PR
Will have to revert it for now
a
Thanks - I can kick off a dev5 after revert
h
Oh, hah
Big gallon of coke
Let's keep mine since it's already in the throes of CI (yours was missing the label so failed that check)
👍 1
a
Thanks for discovering this; we’ll need to back to the drawing board on how to deal with
VERSION
for the time being, I guess.