Skip to content

Commit cddc25f

Browse files
committed
docs: updated README
1 parent cb68372 commit cddc25f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ The wheels are generated for the following platforms:
2121

2222
1. 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).
2628
2. 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

0 commit comments

Comments
 (0)