The fix is to pin github actions python version to 3.11.4 as there are
incompatibility issues with cpython in 3.11.5.
This is a known issue and can be tracked
here.
What's Changed
- fix(ci-build): pin actions python to version 3.11.4 due to cpython issue by @boltdynamics in #121
Full Changelog: 0.1.9...v0.1.10