fix(ci): use modflow6 distribution scripts#21
Merged
Conversation
5a677ee to
fe261ba
Compare
8b2e603 to
26cb4fe
Compare
489f1e1 to
e12306c
Compare
e12306c to
ba81b5d
Compare
73e5b03 to
2832a8b
Compare
2832a8b to
f63a87b
Compare
christianlangevin
approved these changes
Dec 11, 2022
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.
Fixes the nightly build following changes to distribution scripts in the
modflow6repo:Update CI workflows to reflect removal of
build_nightly.py, renaming ofmake_release.py->update_version.py, and merger of other functionality intobuild_docs.pyandbuild_dist.py, both of which have a--developmentflag toggling a minimal nightly development build rather than a full distribution.Remove
nightly-build.ymlworkflow since it creates no artifacts and plays no role in the nightly distribution (it just tested thenightly_build.pyscript, which no longer exists in themodflow6repository).Remove Intel license info from workflow files, these are reproduced in the
modflowpy/install-intelfortran-actionrepo.Add
code.jsonto the distributionHere are a sample run and release
Plus some updates to
README.md: