Update OpenMC wheels from 4 Sep 26 develop build - #24
Merged
Conversation
Rebuilds cp312, cp313 and cp314 for manylinux_2_28 x86_64, macOS ARM64 and Windows AMD64 from shimwell/openmc making-wheel-3 at aa5d172, which is 247 commits ahead of upstream v0.16.0. The filenames are unchanged because the branch pins version = "0.15.3" in pyproject.toml, so these replace the previous 0.15.3 wheels in place. No index.html regeneration was needed.
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.
Refreshes the OpenMC wheels from the 4 Sep 26 workflow runs on shimwell/openmc#70 (branch
making-wheel-3ataa5d172).Nine wheels, cp312, cp313 and cp314 on each platform:
manylinux_2_28_x86_64macosx_14_0_arm64win_amd64All three runs passed, and the Linux wheels bundle
libdagmc,libembree4andlibMOABas expected.The filenames are unchanged, so these replace the previous 0.15.3 wheels in place and
index.htmlneeds no regeneration (update_indexs.pyproduces no diff).Note on the version number
The wheels still say 0.15.3, but the code in them is not 0.15.3. Upstream tagged v0.16.0 on 5 Aug 26, and
making-wheel-3is 247 commits ahead of that tag and 0 behind, so this is 0.16.0 plus roughly a month of develop.The cause is that the branch replaces upstream's
dynamic = ["version"](setuptools-scm) with a hardcodedversion = "0.15.3"inpyproject.toml, and cibuildwheel stamps that literal. Two consequences for this index:--force-reinstall.openmc-0.15.3-*files here no longer correspond to the upstream 0.15.3 release.These nine wheels are therefore the last 0.15.3 upload. The pin on
making-wheel-3has since been bumped to0.16.1.dev0(shimwell/openmc@37ef7d9), which is what setuptools-scm guess-next-dev would produce after v0.16.0, so the next build lands underopenmc-0.16.1.dev0-*filenames and pip will see it as an upgrade.Not refreshed by this build
The workflow only builds Python 3.12 to 3.14, so these files in
openmc/are from older builds and are now stale:openmc-0.15.3-cp310-*andopenmc-0.15.3-cp311-*(Linux and macOS)linux_x86_64tagged wheels, which the current workflow no longer producesopenmc-0.15.1.dev0-*Upstream now requires Python >= 3.12, so the 3.10 and 3.11 wheels could be dropped in a follow up.