Write a CI script that: - Reads existing extras, - Merges them into one list, - Deduplicates the entries, and - Writes the "all" extra in `pyproject.toml`. We could utilize [tomlkit](https://pypi.org/project/tomlkit/) here (it leaves the whitespaces & comments, unlike [toml](https://pypi.org/project/toml/).