Fix cross-platform wheel CI tagging#34
Merged
zhoubot merged 5 commits intoLinxISA:mainfrom Mar 9, 2026
Merged
Conversation
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
gh workflow runDecisions
Validation
python3 packaging/wheel/get_wheel_plat_name.py --system macos --arch arm64python3 packaging/wheel/get_wheel_plat_name.py --system macos --arch x86_64python3 packaging/wheel/get_wheel_plat_name.py --system linux --arch x86_64python3 -m py_compile packaging/wheel/create_wheel.py packaging/wheel/get_wheel_plat_name.py packaging/wheel/platform_tags.py compiler/frontend/pycircuit/packaged_toolchain.py compiler/frontend/pycircuit/cli.pypython3 -m venv .venv-wheel-build && . .venv-wheel-build/bin/activate && pip install setuptools wheel && python packaging/wheel/create_wheel.py --install-dir "$PWD/.pycircuit_out/toolchain/install" --out-dir "$PWD/dist-cifix"python3 -m venv .venv-wheel-ci && . .venv-wheel-ci/bin/activate && pip install dist-cifix/*.whl && PYC_USE_INSTALLED_PYTHON_PACKAGE=1 PYC_TOOLCHAIN_ROOT="$(python -c 'import pathlib, pycircuit; print((pathlib.Path(pycircuit.__file__).resolve().parent / "_toolchain").as_posix())')" bash flows/scripts/run_examples.shNotes
macosx_11_0_arm64on arm64 andmacosx_10_13_x86_64on x86_64, instead of using the runner host version in the wheel tag.disabled_manuallystate; this PR re-enables CI triggering viaworkflow_dispatchon.github/workflows/ci.yml.