this is a fork of pyTMHMM https://github.com/bosborne/pyTMHMM
Things that were changed: minor updates for newer python versions / newer python packaging.
To build multilinux/musllinux binaries for x86 and arm:
CIBW_ARCHS_LINUX="x86_64 aarch64" uvx cibuildwheel --platform linuxpublishing to pypi:
# binary distribution
uv publish wheelhouse/*.whl
# source distribution
uv publishPublished on pypi as pytmhmm_binaries.