Conversation
7a4e9d9 to
1817972
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
395bf1d to
6065207
Compare
73c8cd6 to
d59164e
Compare
|
Last run from this branch for reference: https://github.com/hypha-space/hypha/actions/runs/19168917959 |
|
Also once this is merged we need to check the required checks.. I think this just being a PR messes a couple things up in the settings pane 🙈 |
nfnt
left a comment
There was a problem hiding this comment.
This looks good to me once we remove the Python build step, as we currently don't work with modules. I will however check, if we can change how we call accelerate with the Python code... it may be possible to call a module here (accelerate launch -m) instead of a script, which would make it easier for us to distribute the Python part.
|
only saving cache from release branch workflow LGTM:
|
8251e60 to
da8145a
Compare
|
Ok, all updates done. PTAL and then I need to figure our how these requirement rules work 🙈 |
Introduce a simple release process that creates github releases and adds all necessary artifacts
da8145a to
a550542
Compare
|
Ok, I think I figured out the required checks. PR should be ready to merge now (pending review) |
Introducing a release process for hypha binaries and its driver. Also sets all versions in the repo to 0.0.0.
As for the release workflow, I extracted some bits from the old validate workflow and did some renaming here and there, happy to discuss/change details.
Currently released artifacts are as follows:

I decided to stop here for now, as binaries can be downloaded from our public releases and for the drivers, pip is able to also install directly from a Github release via
pip install https://github.com/OWNER/REPO/releases/download/v1.0.0/yourpkg-1.0.0-py3-none-any.whlCloses #83