Register HowToFit as a build target - #55
Merged
Merged
Conversation
Mirror the HowToLens / HowToGalaxy pattern across pre_build.sh, release.yml, bump_colab_urls.sh, copy_files.yaml, and no_run.yaml so the standalone HowToFit repo is checked out, tested, Colab-bumped, and published by the release pipeline. Completes the HowToFit extraction umbrella (PyAutoLabs/autofit_workspace#38, sub-4/4).
This was referenced Apr 22, 2026
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Register
howtofitas a first-class build target in PyAutoBuild so the release pipeline checks out, tests, Colab-bumps, and publishes the standalone HowToFit repository (https://github.com/PyAutoLabs/HowToFit) alongside HowToGalaxy and HowToLens. This mirrors the pattern established for those repos in #53 and completes the HowToFit extraction umbrella (PyAutoLabs/autofit_workspace#38, sub-4/4).Closes #54.
Files touched:
pre_build.sh— newrun_workspace "HowToFit" "howtofit"entry.github/workflows/release.yml— HowToFit checkout,script_matrix.pyarg, test-matrix entry, two resolver branches, and release-matrix entry (six edits mirroring the HowToLens blocks)autobuild/bump_colab_urls.sh— extend comment and regex alternation to includeHowToFitautobuild/config/copy_files.yaml— add emptyhowtofit:entryautobuild/config/no_run.yaml— addhowtofit: []entryAPI Changes
None — internal build-infrastructure changes only. No Python library API is affected; this extends the release-workflow matrix and config files so HowToFit participates in the same pipeline as the other workspaces.
See full details below.
Test Plan
python -m pytest tests/— 38 passed (one pre-existing unrelated failure intest_parse_no_run_reasonsdeselected; broken onmainafter an earlier snake_case rename).python autobuild/script_matrix.py autofit autogalaxy autolens autofit_test autolens_test howtogalaxy howtolens howtofitexits zero.Full API Changes (for automation & release notes)
Added
howtofitis now recognised by the PyAutoBuild release pipeline:pre_build.shorchestrates it viarun_workspace "HowToFit" "howtofit"..github/workflows/release.ymlincludes a HowToFit checkout, addshowtofitto thescript_matrix.pyargument list, adds it to thegenerate_notebooksmatrix, adds resolver branches in both script-run and notebook-run configure steps (mappinghowtofit→PyAutoLabs/PyAutoFit+PyAutoLabs/HowToFit+project::autofit), and adds it to the release-publish matrix withpackage: PyAutoFit.autobuild/bump_colab_urls.shregex alternation now includesHowToFit, so Colab notebook URLs for HowToFit are version-bumped in lockstep with the other workspaces.autobuild/config/copy_files.yamlandautobuild/config/no_run.yamlboth gainhowtofitentries (empty/[]) so the per-workspace config machinery recognises the new target.Removed
None.
Renamed
None.
Changed Signature
None.
Changed Behaviour
None — all edits are additive. Existing workspaces and how-to repos continue to build exactly as before.
Migration
None — additive only.
🤖 Generated with Claude Code