Mechanics of patch release v0.5.4 #1211
Replies: 4 comments 7 replies
-
I have checked the logic of the workflow (and run it on my throw away test repo) for pyhf/.github/workflows/publish-package.yml Lines 1 to 11 in fd0bb76 and confirm that if I do
from the
Thoughts? |
Beta Was this translation helpful? Give feedback.
-
LGTM
…On Sat, Dec 12, 2020 at 12:11 AM Matthew Feickert ***@***.***> wrote:
I have drafted release notes and an email to the pyhf-announcements
mailing list so as soon as we have unanimous approval by the dev team we
can pull the trigger. 👍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1211 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARV6A7RTYH3GYQWDEDYJRDSUKRLZANCNFSM4UUDNWDA>
.
|
Beta Was this translation helpful? Give feedback.
-
@alexander-held Can you please verify that this works as expected for |
Beta Was this translation helpful? Give feedback.
-
I think this release is out and okay, so this can now stand as an example of how we can manually roll out patch releases if needed. |
Beta Was this translation helpful? Give feedback.
-
There has been ongoing discussions today (started by @alexander-held — thanks!) on releasing a patch release
v0.5.4
to avoid the problems of namespace overlap betweenuproot
v3.X
anduproot4
v4.X
This could be solved by preparing a
v0.5.4
patch release that has the requirementspyhf/setup.py
Line 11 in 0370dbd
currently on
master
. As @jpivarski has noted on PR #1209I have done this on the branch
release-v0.5.4
, which uses theuproot3
namespace and has hadbump2version
ran on it and passes CIIf @kratsg and @lukasheinrich are in favor of this plan my question now turns to the mechanics of how to make the release.
If I were to push the
v0.5.4
tag to GitHub I'd need to verify exactly what the behavior of the CI would. Do we need to manually make this release to TestPyPI and PyPI? Additionally, would we ever merge theBump version: 0.5.3 → 0.5.4
commit intomaster
?Beta Was this translation helpful? Give feedback.
All reactions