File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ The wheels are generated for the following platforms:
2121
22221 . Update the git tags and/or git commit IDs in ` CMakeLists.txt ` for:
2323 [ ` fpm ` ] ( https://github.com/fortran-lang/fpm.git ) ,
24- [ ` toml-f ` ] ( https://github.com/toml-f/toml-f.git ) and
25- [ ` M_CLI2 ` ] ( https://github.com/urbanjost/M_CLI2.git )
24+ [ ` jonquil ` ] ( https://github.com/toml-f/jonquil.git ) ,
25+ [ ` M_CLI2 ` ] ( https://github.com/urbanjost/M_CLI2.git ) ,
26+ [ ` fortran-regex ` ] ( https://github.com/perazz/fortran-regex.git ) and
27+ [ ` fortran-shlex ` ] ( https://github.com/perazz/fortran-shlex.git ) .
26282 . Update the ` docs/README.md ` with the README file of the fpm project
27- 3 . Update the paths and flags in ` pyproject.toml ` 's
28- ` [tool.cibuildwheel.overrides.environment] ` table for ` FC ` and ` LDFLAGS `
29- to match those printed by ` tools/wheels/cibw_before_build_macos.sh ` when
30- run on a GitHub runner.
31- 4 . Commit the changes via a pull-request to ` main ` and ask one of the admins
29+ 3 . Commit the changes via a pull-request to ` main ` and ask one of the admins
3230 to merge it.
33- 5 . Admins: Issue a new release on GitHub with the same version number as
31+ 4 . Admins: Issue a new release on GitHub with the same version number as
3432 in ` pyproject.toml ` using the prefix ` v ` e.g. ` v0.1.0 ` .
3533
3634## Development Instructions
You can’t perform that action at this time.
0 commit comments