Skip to content

v0.1.0 test build (cross-machine install testing)

Pre-release
Pre-release

Choose a tag to compare

@wolfgangwarehaus wolfgangwarehaus released this 03 Jun 02:25
· 305 commits to main since this release
807986e

Throwaway test build for cross-machine install verification (Arch laptop + Windows 11). Not a public release — safe to delete after testing (gh release delete v0.1.0-test --cleanup-tag).

Artifacts

  • jellytoast-0.1.0-py3-none-any.whl — the pip/pipx-installable wheel (the same one the eventual AUR/Flatpak packages install)
  • jellytoast-0.1.0.tar.gz — sdist
  • SHA256SUMS — checksums (verify with sha256sum -c SHA256SUMS)

Install (both platforms)

pipx install jellytoast-0.1.0-py3-none-any.whl
  • Arch: also sudo pacman -S mpv (provides libmpv.so).
  • Windows 11: also drop a 64-bit libmpv-2.dll somewhere on PATH.

Full runbooks + the works/degraded matrix: docs/cross_machine_packaging_plan.md.