What's Changed
Mostly build system changes, including porting from scikit-build to [scikit-build-core](https://github.com/scikit-build/scikit-build-core) and support for building the wheel using system dependencies instead of conan.
* Consistent, updated GitHub Actions across workflows by DimitriPapadopoulos in https://github.com/planetmarshall/pillow-jpls/pull/29
* Avoid warning in CI job by DimitriPapadopoulos in https://github.com/planetmarshall/pillow-jpls/pull/28
* Pypi 2fa by planetmarshall in https://github.com/planetmarshall/pillow-jpls/pull/31
* Port to scikit-build-core by planetmarshall in https://github.com/planetmarshall/pillow-jpls/pull/36
* Option to resolve dependencies without using conan by planetmarshall in https://github.com/planetmarshall/pillow-jpls/pull/37
* Add support for linux aarch64 builds in CI by planetmarshall in https://github.com/planetmarshall/pillow-jpls/pull/38
* `IOError` → `OSError` by DimitriPapadopoulos in https://github.com/planetmarshall/pillow-jpls/pull/21
* Replace `x == y or x == z` with `x in (y, z)` by DimitriPapadopoulos in https://github.com/planetmarshall/pillow-jpls/pull/19
**Full Changelog**: https://github.com/planetmarshall/pillow-jpls/compare/v1.3.0...v1.3.1